#B45F06

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

Shades of Tenne (Tawny) #B45F06

Tints of Tenne (Tawny) #B45F06

Color information

#B45F06 (or 0xB45F06) is unknown color: approx Tenne (Tawny). HEX triplet: B4, 5F and 06. RGB value is (180,95,6). Sum of RGB (Red+Green+Blue) = 180+95+6=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B45F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45F06 is #4BA0F9. Grayscale: #6E6E6E. Windows color (decimal): -4956410 or 417716. OLE color: 417716.

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

Color convert

RGB180956-
CMYK00.470.970.29
HSL30.69º93.55%36.47%-
HSV(B)30.69º96.67%70.59%-
XYZ22.9517.92.42-
YUV110.2769.16177.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.06%
GREEN value IS 95 (37.5% from 255) = 33.81%
BLUE value IS 6 (2.73% from 255) = 2.14%
R=64.06%
G=33.81%
B=2.14%

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
Decimal18095600.470.970.2930.6993.5536.47
HexB45F602F611D1f5e24
Octal2641376057141353713644
Binary1011010010111111100101111110000111101111111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45F06; }

 p { color: rgb(180,95,6); }

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

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

 a { background-color: rgb(180,95,6); }

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

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

 span { border-color: rgb(180,95,6); }

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