Html Css Color HEX #B96802 Tenne (Tawny)

📋 copy color: '#B96802'

red 185 ◦ green 104 ◦ blue 2

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

Shades of Tenne (Tawny) #B96802

Tints of Tenne (Tawny) #B96802

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.74%

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 63.57%
G = 35.74%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B96802 (or 0xB96802) is known color: Tenne (Tawny). HEX triplet: B9, 68 and 02. RGB value is (185,104,2). Sum of RGB (Red+Green+Blue) = 185+104+2=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B96802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96802 is #4697FD. Grayscale: #757575. Windows color (decimal): -4626430 or 157881. OLE color: 157881.

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

Color convert

RGB 185 104 2 -
CMYK 0 0.44 0.99 0.27
HSL 33.44º 0.98% 0.37% -
HSV(B) 33.44º 0.99% 0.73% -
XYZ 24.97 20.22 2.64 -
YUV 116.59 63.34 176.79 -
System Red Green Blue C M Y K H S L
Decimal 185 104 2 0 0.44 0.99 0.27 33.44 0.98 0.37
Hex B9 68 2 0 2C 63 1B 21 62 25
Octal 271 150 2 0 54 143 33 41 142 45
Binary 10111001 1101000 10 0 101100 1100011 11011 100001 1100010 100101

Color Harmonies of #B96802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96802

Black with #B96802

Text Example


Text Example

White with #B96802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96802; }

 p { color: rgb(185,104,2); }

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

background-color css

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

 a { background-color: rgb(185,104,2); }

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

border-color css

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

 span { border-color: rgb(185,104,2); }

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