#B95A04

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

Shades of Tenne (Tawny) #B95A04

Tints of Tenne (Tawny) #B95A04

Color information

#B95A04 (or 0xB95A04) is unknown color: approx Tenne (Tawny). HEX triplet: B9, 5A and 04. RGB value is (185,90,4). Sum of RGB (Red+Green+Blue) = 185+90+4=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95A04 is #46A5FB. Grayscale: #6D6D6D. Windows color (decimal): -4630012 or 285369. OLE color: 285369.

HSL color Cylindrical-coordinate representation of color #B95A04: hue angle of 28.51º 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 #B95A04 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB185904-
CMYK00.510.980.27
HSL28.51º95.77%37.06%-
HSV(B)28.51º97.84%72.55%-
XYZ23.6917.642.27-
YUV108.668.97182.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 66.31%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 4 (1.95% from 255) = 1.43%
R=66.31%
G=32.26%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18590400.510.980.2728.5195.7737.06
HexB95A4033621B1d6025
Octal2711324063142333514045
Binary1011100110110101000110011110001011011111011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95A04; }

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

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

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

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

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

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

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

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