#B56404

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

Shades of Tenne (Tawny) #B56404

Tints of Tenne (Tawny) #B56404

Color information

#B56404 (or 0xB56404) is unknown color: approx Tenne (Tawny). HEX triplet: B5, 64 and 04. RGB value is (181,100,4). Sum of RGB (Red+Green+Blue) = 181+100+4=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B56404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56404 is #4A9BFB. Grayscale: #717171. Windows color (decimal): -4889596 or 287925. OLE color: 287925.

HSL color Cylindrical-coordinate representation of color #B56404: hue angle of 32.54º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B56404 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB1811004-
CMYK00.450.980.29
HSL32.54º95.68%36.27%-
HSV(B)32.54º97.79%70.98%-
XYZ23.6418.952.53-
YUV113.2866.34176.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.51%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 4 (1.95% from 255) = 1.40%
R=63.51%
G=35.09%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181100400.450.980.2932.5495.6836.27
HexB564402D621D216024
Octal2651444055142354114044
Binary10110101110010010001011011100010111011000011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56404; }

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

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

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

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

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

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

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

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