#B86404

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

Shades of Tenne (Tawny) #B86404

Tints of Tenne (Tawny) #B86404

Color information

#B86404 (or 0xB86404) is unknown color: approx Tenne (Tawny). HEX triplet: B8, 64 and 04. RGB value is (184,100,4). Sum of RGB (Red+Green+Blue) = 184+100+4=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B86404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86404 is #479BFB. Grayscale: #727272. Windows color (decimal): -4692988 or 287928. OLE color: 287928.

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

Color convert

RGB1841004-
CMYK00.460.980.28
HSL32º95.74%36.86%-
HSV(B)32º97.83%72.16%-
XYZ24.3519.312.56-
YUV114.1765.83177.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 63.89%
GREEN value IS 100 (39.45% from 255) = 34.72%
BLUE value IS 4 (1.95% from 255) = 1.39%
R=63.89%
G=34.72%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184100400.460.980.283295.7436.86
HexB864402E621C206025
Octal2701444056142344014045
Binary10111000110010010001011101100010111001000001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86404; }

 p { color: rgb(184,100,4); }

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

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

 a { background-color: rgb(184,100,4); }

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

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

 span { border-color: rgb(184,100,4); }

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