#b56600

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

Shades of Tenne (Tawny) #B56600

Tints of Tenne (Tawny) #B56600

Color information

#B56600 (or 0xB56600) is unknown color: approx Tenne (Tawny). HEX triplet: B5, 66 and 00. RGB value is (181,102,0). Sum of RGB (Red+Green+Blue) = 181+102+0=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B56600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56600 is #4A99FF. Grayscale: #727272. Windows color (decimal): -4889088 or 26293. OLE color: 26293.

HSL color Cylindrical-coordinate representation of color #B56600: hue angle of 33.81º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B56600 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB1811020-
CMYK00.4410.29
HSL33.81º100%35.49%-
HSV(B)33.81º100%70.98%-
XYZ23.8119.332.48-
YUV113.9963.67175.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.96%
GREEN value IS 102 (40.23% from 255) = 36.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.96%
G=36.04%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181102000.4410.2933.8110035.49
HexB566002C641D226423
Octal2651460054144354214443
Binary101101011100110001011001100100111011000101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b56600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b56600; }

 p { color: rgb(181,102,0); }

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

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

 a { background-color: rgb(181,102,0); }

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

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

 span { border-color: rgb(181,102,0); }

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