#B55602

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

Shades of Tenne (Tawny) #B55602

Tints of Tenne (Tawny) #B55602

Color information

#B55602 (or 0xB55602) is unknown color: approx Tenne (Tawny). HEX triplet: B5, 56 and 02. RGB value is (181,86,2). Sum of RGB (Red+Green+Blue) = 181+86+2=269 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.29% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 181 - color contains mainly: red. Hex color #B55602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55602 is #4AA9FD. Grayscale: #696969. Windows color (decimal): -4893182 or 153269. OLE color: 153269.

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

Color convert

RGB181862-
CMYK00.520.990.29
HSL28.16º97.81%35.88%-
HSV(B)28.16º98.9%70.98%-
XYZ22.3916.482.06-
YUV104.8369.97182.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 67.29%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=67.29%
G=31.97%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18186200.520.990.2928.1697.8135.88
HexB5562034631D1c6224
Octal2651262064143353414244
Binary101101011010110100110100110001111101111001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55602; }

 p { color: rgb(181,86,2); }

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

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

 a { background-color: rgb(181,86,2); }

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

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

 span { border-color: rgb(181,86,2); }

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