#B55404

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

Shades of Tenne (Tawny) #B55404

Tints of Tenne (Tawny) #B55404

Color information

#B55404 (or 0xB55404) is unknown color: approx Tenne (Tawny). HEX triplet: B5, 54 and 04. RGB value is (181,84,4). Sum of RGB (Red+Green+Blue) = 181+84+4=269 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.29% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 181 - color contains mainly: red. Hex color #B55404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55404 is #4AABFB. Grayscale: #686868. Windows color (decimal): -4893692 or 283829. OLE color: 283829.

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

Color convert

RGB181844-
CMYK00.540.980.29
HSL27.12º95.68%36.27%-
HSV(B)27.12º97.79%70.98%-
XYZ22.2516.172.06-
YUV103.8871.64183-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 67.29%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 4 (1.95% from 255) = 1.49%
R=67.29%
G=31.23%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18184400.540.980.2927.1295.6836.27
HexB5544036621D1b6024
Octal2651244066142353314044
Binary1011010110101001000110110110001011101110111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55404; }

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

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

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

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

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

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

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

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