#B85B08

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

Shades of Tenne (Tawny) #B85B08

Tints of Tenne (Tawny) #B85B08

Color information

#B85B08 (or 0xB85B08) is unknown color: approx Tenne (Tawny). HEX triplet: B8, 5B and 08. RGB value is (184,91,8). Sum of RGB (Red+Green+Blue) = 184+91+8=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85B08 is #47A4F7. Grayscale: #6D6D6D. Windows color (decimal): -4695288 or 547768. OLE color: 547768.

HSL color Cylindrical-coordinate representation of color #B85B08: hue angle of 28.3º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B85B08 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB184918-
CMYK00.510.960.28
HSL28.3º91.67%37.65%-
HSV(B)28.3º95.65%72.16%-
XYZ23.5517.692.4-
YUV109.3470.81181.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 65.02%
GREEN value IS 91 (35.94% from 255) = 32.16%
BLUE value IS 8 (3.52% from 255) = 2.83%
R=65.02%
G=32.16%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18491800.510.960.2828.391.6737.65
HexB85B8033601C1c5c26
Octal27013310063140343413446
Binary10111000101101110000110011110000011100111001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85B08; }

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

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

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

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

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

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

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

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