Html Css Color HEX #B96600 Tenne (Tawny)

📋 copy color: '#B96600'

red 185 ◦ green 102 ◦ blue 0

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

Shades of Tenne (Tawny) #B96600

Tints of Tenne (Tawny) #B96600

RGB

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

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

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

R = 64.46%
G = 35.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B96600 (or 0xB96600) is known color: Tenne (Tawny). HEX triplet: B9, 66 and 00. RGB value is (185,102,0). Sum of RGB (Red+Green+Blue) = 185+102+0=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B96600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96600 is #4699FF. Grayscale: #737373. Windows color (decimal): -4626944 or 26297. OLE color: 26297.

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

Color convert

RGB 185 102 0 -
CMYK 0 0.45 1 0.27
HSL 33.08º 1% 0.36% -
HSV(B) 33.08º 1% 0.73% -
XYZ 24.76 19.82 2.52 -
YUV 115.19 63 177.79 -
System Red Green Blue C M Y K H S L
Decimal 185 102 0 0 0.45 1 0.27 33.08 1 0.36
Hex B9 66 0 0 2D 64 1B 21 64 24
Octal 271 146 0 0 55 144 33 41 144 44
Binary 10111001 1100110 0 0 101101 1100100 11011 100001 1100100 100100

Color Harmonies of #B96600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96600

Black with #B96600

Text Example


Text Example

White with #B96600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96600; }

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

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

background-color css

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

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

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

border-color css

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

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

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