#B56004

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

Shades of Tenne (Tawny) #B56004

Tints of Tenne (Tawny) #B56004

Color information

#B56004 (or 0xB56004) is unknown color: approx Tenne (Tawny). HEX triplet: B5, 60 and 04. RGB value is (181,96,4). Sum of RGB (Red+Green+Blue) = 181+96+4=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B56004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56004 is #4A9FFB. Grayscale: #6F6F6F. Windows color (decimal): -4890620 or 286901. OLE color: 286901.

HSL color Cylindrical-coordinate representation of color #B56004: hue angle of 31.19º 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 #B56004 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB181964-
CMYK00.470.980.29
HSL31.19º95.68%36.27%-
HSV(B)31.19º97.79%70.98%-
XYZ23.2618.22.4-
YUV110.9367.66177.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.41%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 4 (1.95% from 255) = 1.42%
R=64.41%
G=34.16%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18196400.470.980.2931.1995.6836.27
HexB560402F621D1f6024
Octal2651404057142353714044
Binary1011010111000001000101111110001011101111111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56004; }

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

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

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

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

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

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

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

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