#B85505

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

Shades of Tenne (Tawny) #B85505

Tints of Tenne (Tawny) #B85505

Color information

#B85505 (or 0xB85505) is unknown color: approx Tenne (Tawny). HEX triplet: B8, 55 and 05. RGB value is (184,85,5). Sum of RGB (Red+Green+Blue) = 184+85+5=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B85505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85505 is #47AAFA. Grayscale: #696969. Windows color (decimal): -4696827 or 349624. OLE color: 349624.

HSL color Cylindrical-coordinate representation of color #B85505: hue angle of 26.82º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B85505 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB184855-
CMYK00.540.970.28
HSL26.82º94.71%37.06%-
HSV(B)26.82º97.28%72.16%-
XYZ23.0416.72.15-
YUV105.4871.3184-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 67.15%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 5 (2.34% from 255) = 1.82%
R=67.15%
G=31.02%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18485500.540.970.2826.8294.7137.06
HexB8555036611C1b5f25
Octal2701255066141343313745
Binary1011100010101011010110110110000111100110111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85505; }

 p { color: rgb(184,85,5); }

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

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

 a { background-color: rgb(184,85,5); }

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

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

 span { border-color: rgb(184,85,5); }

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