Html Css Color HEX #B96607 Tenne (Tawny)

📋 copy color: '#B96607'

red 185 ◦ green 102 ◦ blue 7

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

Shades of Tenne (Tawny) #B96607

Tints of Tenne (Tawny) #B96607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.38%

R = 62.93%
G = 34.69%
B = 2.38%

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

#B96607 (or 0xB96607) is known color: Tenne (Tawny). HEX triplet: B9, 66 and 07. RGB value is (185,102,7). Sum of RGB (Red+Green+Blue) = 185+102+7=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B96607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96607 is #4699F8. Grayscale: #747474. Windows color (decimal): -4626937 or 485049. OLE color: 485049.

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

Color convert

RGB 185 102 7 -
CMYK 0 0.45 0.96 0.27
HSL 32.02º 0.93% 0.38% -
HSV(B) 32.02º 0.96% 0.73% -
XYZ 24.8 19.83 2.72 -
YUV 115.99 66.5 177.22 -
System Red Green Blue C M Y K H S L
Decimal 185 102 7 0 0.45 0.96 0.27 32.02 0.93 0.38
Hex B9 66 7 0 2D 60 1B 20 5D 26
Octal 271 146 7 0 55 140 33 40 135 46
Binary 10111001 1100110 111 0 101101 1100000 11011 100000 1011101 100110

Color Harmonies of #B96607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96607

Black with #B96607

Text Example


Text Example

White with #B96607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96607; }

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

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

background-color css

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

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

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

border-color css

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

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

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