#B56200

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

Shades of Tenne (Tawny) #B56200

Tints of Tenne (Tawny) #B56200

Color information

#B56200 (or 0xB56200) is unknown color: approx Tenne (Tawny). HEX triplet: B5, 62 and 00. RGB value is (181,98,0). Sum of RGB (Red+Green+Blue) = 181+98+0=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B56200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56200 is #4A9DFF. Grayscale: #707070. Windows color (decimal): -4890112 or 25269. OLE color: 25269.

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

Color convert

RGB181980-
CMYK00.4610.29
HSL32.49º100%35.49%-
HSV(B)32.49º100%70.98%-
XYZ23.4218.562.35-
YUV111.6465177.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.87%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.87%
G=35.13%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18198000.4610.2932.4910035.49
HexB562002E641D206423
Octal2651420056144354014443
Binary101101011100010001011101100100111011000001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56200; }

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

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

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

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

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

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

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

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