#B95204

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

Shades of Tenne (Tawny) #B95204

Tints of Tenne (Tawny) #B95204

Color information

#B95204 (or 0xB95204) is unknown color: approx Tenne (Tawny). HEX triplet: B9, 52 and 04. RGB value is (185,82,4). Sum of RGB (Red+Green+Blue) = 185+82+4=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B95204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95204 is #46ADFB. Grayscale: #686868. Windows color (decimal): -4632060 or 283321. OLE color: 283321.

HSL color Cylindrical-coordinate representation of color #B95204: hue angle of 25.86º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B95204 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB185824-
CMYK00.560.980.27
HSL25.86º95.77%37.06%-
HSV(B)25.86º97.84%72.55%-
XYZ23.0516.362.06-
YUV103.971.62185.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 68.27%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 4 (1.95% from 255) = 1.48%
R=68.27%
G=30.26%
B=1.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18582400.560.980.2725.8695.7737.06
HexB9524038621B1a6025
Octal2711224070142333214045
Binary1011100110100101000111000110001011011110101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95204; }

 p { color: rgb(185,82,4); }

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

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

 a { background-color: rgb(185,82,4); }

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

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

 span { border-color: rgb(185,82,4); }

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