#B85B12

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

Shades of Tenne (Tawny) #B85B12

Tints of Tenne (Tawny) #B85B12

Color information

#B85B12 (or 0xB85B12) is unknown color: approx Tenne (Tawny). HEX triplet: B8, 5B and 12. RGB value is (184,91,18). Sum of RGB (Red+Green+Blue) = 184+91+18=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85B12 is #47A4ED. Grayscale: #6E6E6E. Windows color (decimal): -4695278 or 1203128. OLE color: 1203128.

HSL color Cylindrical-coordinate representation of color #B85B12: hue angle of 26.39º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B85B12 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB1849118-
CMYK00.510.900.28
HSL26.39º82.18%39.61%-
HSV(B)26.39º90.22%72.16%-
XYZ23.6217.722.75-
YUV110.4875.81180.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 62.80%
GREEN value IS 91 (35.94% from 255) = 31.06%
BLUE value IS 18 (7.42% from 255) = 6.14%
R=62.80%
G=31.06%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184911800.510.900.2826.3982.1839.61
HexB85B120335A1C1a5228
Octal27013322063132343212250
Binary101110001011011100100110011101101011100110101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85B12; }

 p { color: rgb(184,91,18); }

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

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

 a { background-color: rgb(184,91,18); }

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

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

 span { border-color: rgb(184,91,18); }

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