#B85C08

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

Shades of Tenne (Tawny) #B85C08

Tints of Tenne (Tawny) #B85C08

Color information

#B85C08 (or 0xB85C08) is unknown color: approx Tenne (Tawny). HEX triplet: B8, 5C and 08. RGB value is (184,92,8). Sum of RGB (Red+Green+Blue) = 184+92+8=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85C08 is #47A3F7. Grayscale: #6E6E6E. Windows color (decimal): -4695032 or 548024. OLE color: 548024.

HSL color Cylindrical-coordinate representation of color #B85C08: hue angle of 28.64º 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 #B85C08 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB184928-
CMYK00.500.960.28
HSL28.64º91.67%37.65%-
HSV(B)28.64º95.65%72.16%-
XYZ23.6417.862.43-
YUV109.9370.48180.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 64.79%
GREEN value IS 92 (36.33% from 255) = 32.39%
BLUE value IS 8 (3.52% from 255) = 2.82%
R=64.79%
G=32.39%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18492800.500.960.2828.6491.6737.65
HexB85C8032601C1d5c26
Octal27013410062140343513446
Binary10111000101110010000110010110000011100111011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85C08; }

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

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

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

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

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

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

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

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