Html Css Color HEX #B96800 Tenne (Tawny)

📋 copy color: '#B96800'

red 185 ◦ green 104 ◦ blue 0

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

Shades of Tenne (Tawny) #B96800

Tints of Tenne (Tawny) #B96800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.01%
G = 35.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B96800 (or 0xB96800) is known color: Tenne (Tawny). HEX triplet: B9, 68 and 00. RGB value is (185,104,0). Sum of RGB (Red+Green+Blue) = 185+104+0=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B96800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96800 is #4697FF. Grayscale: #747474. Windows color (decimal): -4626432 or 26809. OLE color: 26809.

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

Color convert

RGB 185 104 0 -
CMYK 0 0.44 1 0.27
HSL 33.73º 1% 0.36% -
HSV(B) 33.73º 1% 0.73% -
XYZ 24.96 20.21 2.59 -
YUV 116.36 62.34 176.96 -
System Red Green Blue C M Y K H S L
Decimal 185 104 0 0 0.44 1 0.27 33.73 1 0.36
Hex B9 68 0 0 2C 64 1B 22 64 24
Octal 271 150 0 0 54 144 33 42 144 44
Binary 10111001 1101000 0 0 101100 1100100 11011 100010 1100100 100100

Color Harmonies of #B96800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96800

Black with #B96800

Text Example


Text Example

White with #B96800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96800; }

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

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

background-color css

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

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

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

border-color css

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

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

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