#B96A04

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

Shades of Tenne (Tawny) #B96A04

Tints of Tenne (Tawny) #B96A04

Color information

#B96A04 (or 0xB96A04) is unknown color: approx Tenne (Tawny). HEX triplet: B9, 6A and 04. RGB value is (185,106,4). Sum of RGB (Red+Green+Blue) = 185+106+4=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96A04 is #4695FB. Grayscale: #767676. Windows color (decimal): -4625916 or 289465. OLE color: 289465.

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

Color convert

RGB1851064-
CMYK00.430.980.27
HSL33.81º95.77%37.06%-
HSV(B)33.81º97.84%72.55%-
XYZ25.1820.632.77-
YUV117.9963.67175.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.71%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 4 (1.95% from 255) = 1.36%
R=62.71%
G=35.93%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185106400.430.980.2733.8195.7737.06
HexB96A402B621B226025
Octal2711524053142334214045
Binary10111001110101010001010111100010110111000101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96A04; }

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

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

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

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

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

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

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

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