#B85C0C

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

Shades of Tenne (Tawny) #B85C0C

Tints of Tenne (Tawny) #B85C0C

Color information

#B85C0C (or 0xB85C0C) is unknown color: approx Tenne (Tawny). HEX triplet: B8, 5C and 0C. RGB value is (184,92,12). Sum of RGB (Red+Green+Blue) = 184+92+12=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85C0C is #47A3F3. Grayscale: #6E6E6E. Windows color (decimal): -4695028 or 810168. OLE color: 810168.

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

Color convert

RGB1849212-
CMYK00.500.930.28
HSL27.91º87.76%38.43%-
HSV(B)27.91º93.48%72.16%-
XYZ23.6617.872.55-
YUV110.3972.48180.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 63.89%
GREEN value IS 92 (36.33% from 255) = 31.94%
BLUE value IS 12 (5.08% from 255) = 4.17%
R=63.89%
G=31.94%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184921200.500.930.2827.9187.7638.43
HexB85CC0325D1C1c5826
Octal27013414062135343413046
Binary10111000101110011000110010101110111100111001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85C0C; }

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

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

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

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

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

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

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

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