#B85503

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

Shades of Tenne (Tawny) #B85503

Tints of Tenne (Tawny) #B85503

Color information

#B85503 (or 0xB85503) is unknown color: approx Tenne (Tawny). HEX triplet: B8, 55 and 03. RGB value is (184,85,3). Sum of RGB (Red+Green+Blue) = 184+85+3=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B85503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85503 is #47AAFC. Grayscale: #696969. Windows color (decimal): -4696829 or 218552. OLE color: 218552.

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

Color convert

RGB184853-
CMYK00.540.980.28
HSL27.18º96.79%36.67%-
HSV(B)27.18º98.37%72.16%-
XYZ23.0316.692.09-
YUV105.2570.3184.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 67.65%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 3 (1.56% from 255) = 1.10%
R=67.65%
G=31.25%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18485300.540.980.2827.1896.7936.67
HexB8553036621C1b6125
Octal2701253066142343314145
Binary101110001010101110110110110001011100110111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85503; }

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

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

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

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

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

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

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

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