#B96010

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

Shades of Tenne (Tawny) #B96010

Tints of Tenne (Tawny) #B96010

Color information

#B96010 (or 0xB96010) is unknown color: approx Tenne (Tawny). HEX triplet: B9, 60 and 10. RGB value is (185,96,16). Sum of RGB (Red+Green+Blue) = 185+96+16=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B96010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96010 is #469FEF. Grayscale: #717171. Windows color (decimal): -4628464 or 1073337. OLE color: 1073337.

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

Color convert

RGB1859616-
CMYK00.480.910.27
HSL28.4º84.08%39.41%-
HSV(B)28.4º91.35%72.55%-
XYZ24.2818.722.82-
YUV113.4972.99179-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.29%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 16 (6.64% from 255) = 5.39%
R=62.29%
G=32.32%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185961600.480.910.2728.484.0839.41
HexB960100305B1B1c5427
Octal27114020060133333412447
Binary101110011100000100000110000101101111011111001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96010; }

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

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

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

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

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

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

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

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