Html Css Color HEX #B96407 Tenne (Tawny)

📋 copy color: '#B96407'

red 185 ◦ green 100 ◦ blue 7

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

Shades of Tenne (Tawny) #B96407

Tints of Tenne (Tawny) #B96407

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.25%

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

R = 63.36%
G = 34.25%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B96407 (or 0xB96407) is known color: Tenne (Tawny). HEX triplet: B9, 64 and 07. RGB value is (185,100,7). Sum of RGB (Red+Green+Blue) = 185+100+7=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 7 (3.12% from 255 or 2.40% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B96407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96407 is #469BF8. Grayscale: #737373. Windows color (decimal): -4627449 or 484537. OLE color: 484537.

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

Color convert

RGB 185 100 7 -
CMYK 0 0.46 0.96 0.27
HSL 31.35º 0.93% 0.38% -
HSV(B) 31.35º 0.96% 0.73% -
XYZ 24.6 19.44 2.66 -
YUV 114.81 67.16 178.06 -
System Red Green Blue C M Y K H S L
Decimal 185 100 7 0 0.46 0.96 0.27 31.35 0.93 0.38
Hex B9 64 7 0 2E 60 1B 1F 5D 26
Octal 271 144 7 0 56 140 33 37 135 46
Binary 10111001 1100100 111 0 101110 1100000 11011 11111 1011101 100110

Color Harmonies of #B96407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96407

Black with #B96407

Text Example


Text Example

White with #B96407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96407; }

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

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

background-color css

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

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

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

border-color css

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

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

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