#B85804

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

Shades of Tenne (Tawny) #B85804

Tints of Tenne (Tawny) #B85804

Color information

#B85804 (or 0xB85804) is unknown color: approx Tenne (Tawny). HEX triplet: B8, 58 and 04. RGB value is (184,88,4). Sum of RGB (Red+Green+Blue) = 184+88+4=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B85804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85804 is #47A7FB. Grayscale: #6B6B6B. Windows color (decimal): -4696060 or 284856. OLE color: 284856.

HSL color Cylindrical-coordinate representation of color #B85804: hue angle of 28º degrees, saturation: 0.96, 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 #B85804 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB184884-
CMYK00.520.980.28
HSL28º95.74%36.86%-
HSV(B)28º97.83%72.16%-
XYZ23.2817.182.2-
YUV107.1369.8182.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 66.67%
GREEN value IS 88 (34.77% from 255) = 31.88%
BLUE value IS 4 (1.95% from 255) = 1.45%
R=66.67%
G=31.88%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18488400.520.980.282895.7436.86
HexB8584034621C1c6025
Octal2701304064142343414045
Binary1011100010110001000110100110001011100111001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85804; }

 p { color: rgb(184,88,4); }

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

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

 a { background-color: rgb(184,88,4); }

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

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

 span { border-color: rgb(184,88,4); }

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