#B76300

Color #B76300 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #B76300

Tints of Tenne (Tawny) #B76300

Color information

#B76300 (or 0xB76300) is unknown color: approx Tenne (Tawny). HEX triplet: B7, 63 and 00. RGB value is (183,99,0). Sum of RGB (Red+Green+Blue) = 183+99+0=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B76300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76300 is #489CFF. Grayscale: #717171. Windows color (decimal): -4758784 or 25527. OLE color: 25527.

HSL color Cylindrical-coordinate representation of color #B76300: hue angle of 32.46º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B76300 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB183990-
CMYK00.4610.28
HSL32.46º100%35.88%-
HSV(B)32.46º100%71.76%-
XYZ23.9918.992.4-
YUV112.8364.33178.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 64.89%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.89%
G=35.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18399000.4610.2832.4610035.88
HexB763002E641C206424
Octal2671430056144344014444
Binary101101111100011001011101100100111001000001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76300; }

 p { color: rgb(183,99,0); }

 H1.HeaderClassName
 {
   color: #B76300;
 }
 .AnyTagClassName
 {
   color: #B76300;
 }
</style>
background-color css

<style>
 a { background-color: #B76300; }

 a { background-color: rgb(183,99,0); }

 div.DivClassName
 {
   background-color: #B76300;
 }
 .BgClassName
 {
   background-color: #B76300;
 }
</style>
border-color css

<style>
 span { border-color: #B76300; }

 span { border-color: rgb(183,99,0); }

 td.TdClassName
 {
   border-color: #B76300;
 }
 .TagClassName
 {
   border-color: #B76300;
 }
</style>