#B96208

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

Shades of Tenne (Tawny) #B96208

Tints of Tenne (Tawny) #B96208

Color information

#B96208 (or 0xB96208) is unknown color: approx Tenne (Tawny). HEX triplet: B9, 62 and 08. RGB value is (185,98,8). Sum of RGB (Red+Green+Blue) = 185+98+8=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B96208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96208 is #469DF7. Grayscale: #727272. Windows color (decimal): -4627960 or 549561. OLE color: 549561.

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

Color convert

RGB185988-
CMYK00.470.960.27
HSL30.51º91.71%37.84%-
HSV(B)30.51º95.68%72.55%-
XYZ24.4219.072.62-
YUV113.7568.32178.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.57%
GREEN value IS 98 (38.67% from 255) = 33.68%
BLUE value IS 8 (3.52% from 255) = 2.75%
R=63.57%
G=33.68%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18598800.470.960.2730.5191.7137.84
HexB962802F601B1f5c26
Octal27114210057140333713446
Binary10111001110001010000101111110000011011111111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96208; }

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

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

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

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

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

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

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

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