#B85405

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

Shades of Tenne (Tawny) #B85405

Tints of Tenne (Tawny) #B85405

Color information

#B85405 (or 0xB85405) is unknown color: approx Tenne (Tawny). HEX triplet: B8, 54 and 05. RGB value is (184,84,5). Sum of RGB (Red+Green+Blue) = 184+84+5=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B85405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85405 is #47ABFA. Grayscale: #696969. Windows color (decimal): -4697083 or 349368. OLE color: 349368.

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

Color convert

RGB184845-
CMYK00.540.970.28
HSL26.48º94.71%37.06%-
HSV(B)26.48º97.28%72.16%-
XYZ22.9616.542.13-
YUV104.8971.63184.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 67.40%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 5 (2.34% from 255) = 1.83%
R=67.40%
G=30.77%
B=1.83%

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
Decimal18484500.540.970.2826.4894.7137.06
HexB8545036611C1a5f25
Octal2701245066141343213745
Binary1011100010101001010110110110000111100110101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85405; }

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

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

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

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

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

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

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

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