#B96005

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

Shades of Tenne (Tawny) #B96005

Tints of Tenne (Tawny) #B96005

Color information

#B96005 (or 0xB96005) is unknown color: approx Tenne (Tawny). HEX triplet: B9, 60 and 05. RGB value is (185,96,5). Sum of RGB (Red+Green+Blue) = 185+96+5=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B96005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96005 is #469FFA. Grayscale: #707070. Windows color (decimal): -4628475 or 352441. OLE color: 352441.

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

Color convert

RGB185965-
CMYK00.480.970.27
HSL30.33º94.74%37.25%-
HSV(B)30.33º97.3%72.55%-
XYZ24.2218.692.47-
YUV112.2467.49179.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.69%
GREEN value IS 96 (37.89% from 255) = 33.57%
BLUE value IS 5 (2.34% from 255) = 1.75%
R=64.69%
G=33.57%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18596500.480.970.2730.3394.7437.25
HexB9605030611B1e5f25
Octal2711405060141333613745
Binary1011100111000001010110000110000111011111101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96005; }

 p { color: rgb(185,96,5); }

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

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

 a { background-color: rgb(185,96,5); }

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

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

 span { border-color: rgb(185,96,5); }

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