Html Css Color HEX #B96608 Tenne (Tawny)

📋 copy color: '#B96608'

red 185 ◦ green 102 ◦ blue 8

#B96608
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #B96608

Tints of Tenne (Tawny) #B96608

RGB

 RED value IS 185 (72.66% from 255) = 62.71%

 GREEN value IS 102 (40.23% from 255) = 34.58%

 BLUE value IS 8 (3.52% from 255) = 2.71%

R = 62.71%
G = 34.58%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B96608 (or 0xB96608) is known color: Tenne (Tawny). HEX triplet: B9, 66 and 08. RGB value is (185,102,8). Sum of RGB (Red+Green+Blue) = 185+102+8=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B96608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96608 is #4699F7. Grayscale: #747474. Windows color (decimal): -4626936 or 550585. OLE color: 550585.

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

Color convert

RGB 185 102 8 -
CMYK 0 0.45 0.96 0.27
HSL 31.86º 0.92% 0.38% -
HSV(B) 31.86º 0.96% 0.73% -
XYZ 24.8 19.83 2.75 -
YUV 116.1 67 177.14 -
System Red Green Blue C M Y K H S L
Decimal 185 102 8 0 0.45 0.96 0.27 31.86 0.92 0.38
Hex B9 66 8 0 2D 60 1B 20 5C 26
Octal 271 146 10 0 55 140 33 40 134 46
Binary 10111001 1100110 1000 0 101101 1100000 11011 100000 1011100 100110

Color Harmonies of #B96608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96608

Black with #B96608

Text Example


Text Example

White with #B96608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96608; }

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

 H1.HeaderClassName
 {
   color: #B96608;
 }
 .AnyTagClassName
 {
   color: #B96608;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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