#B96210

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

Shades of Tenne (Tawny) #B96210

Tints of Tenne (Tawny) #B96210

Color information

#B96210 (or 0xB96210) is unknown color: approx Tenne (Tawny). HEX triplet: B9, 62 and 10. RGB value is (185,98,16). Sum of RGB (Red+Green+Blue) = 185+98+16=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B96210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96210 is #469DEF. Grayscale: #737373. Windows color (decimal): -4627952 or 1073849. OLE color: 1073849.

HSL color Cylindrical-coordinate representation of color #B96210: hue angle of 29.11º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B96210 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB1859816-
CMYK00.470.910.27
HSL29.11º84.08%39.41%-
HSV(B)29.11º91.35%72.55%-
XYZ24.4719.092.88-
YUV114.6672.32178.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.87%
GREEN value IS 98 (38.67% from 255) = 32.78%
BLUE value IS 16 (6.64% from 255) = 5.35%
R=61.87%
G=32.78%
B=5.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185981600.470.910.2729.1184.0839.41
HexB9621002F5B1B1d5427
Octal27114220057133333512447
Binary101110011100010100000101111101101111011111011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96210; }

 p { color: rgb(185,98,16); }

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

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

 a { background-color: rgb(185,98,16); }

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

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

 span { border-color: rgb(185,98,16); }

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