#B56006

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

Shades of Tenne (Tawny) #B56006

Tints of Tenne (Tawny) #B56006

Color information

#B56006 (or 0xB56006) is unknown color: approx Tenne (Tawny). HEX triplet: B5, 60 and 06. RGB value is (181,96,6). Sum of RGB (Red+Green+Blue) = 181+96+6=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B56006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56006 is #4A9FF9. Grayscale: #6F6F6F. Windows color (decimal): -4890618 or 417973. OLE color: 417973.

HSL color Cylindrical-coordinate representation of color #B56006: hue angle of 30.86º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B56006 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB181966-
CMYK00.470.970.29
HSL30.86º93.58%36.67%-
HSV(B)30.86º96.69%70.98%-
XYZ23.2718.22.46-
YUV111.1668.66177.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.96%
GREEN value IS 96 (37.89% from 255) = 33.92%
BLUE value IS 6 (2.73% from 255) = 2.12%
R=63.96%
G=33.92%
B=2.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18196600.470.970.2930.8693.5836.67
HexB560602F611D1f5e25
Octal2651406057141353713645
Binary1011010111000001100101111110000111101111111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56006; }

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

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

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

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

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

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

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

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