#B85305

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

Shades of Tenne (Tawny) #B85305

Tints of Tenne (Tawny) #B85305

Color information

#B85305 (or 0xB85305) is unknown color: approx Tenne (Tawny). HEX triplet: B8, 53 and 05. RGB value is (184,83,5). Sum of RGB (Red+Green+Blue) = 184+83+5=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B85305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85305 is #47ACFA. Grayscale: #686868. Windows color (decimal): -4697339 or 349112. OLE color: 349112.

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

Color convert

RGB184835-
CMYK00.550.970.28
HSL26.15º94.71%37.06%-
HSV(B)26.15º97.28%72.16%-
XYZ22.8916.392.1-
YUV104.3171.96184.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 67.65%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 5 (2.34% from 255) = 1.84%
R=67.65%
G=30.51%
B=1.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18483500.550.970.2826.1594.7137.06
HexB8535037611C1a5f25
Octal2701235067141343213745
Binary1011100010100111010110111110000111100110101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85305; }

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

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

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

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

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

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

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

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