Html Css Color HEX #B96807 Tenne (Tawny)

📋 copy color: '#B96807'

red 185 ◦ green 104 ◦ blue 7

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

Shades of Tenne (Tawny) #B96807

Tints of Tenne (Tawny) #B96807

RGB

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

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

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

R = 62.5%
G = 35.14%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B96807 (or 0xB96807) is known color: Tenne (Tawny). HEX triplet: B9, 68 and 07. RGB value is (185,104,7). Sum of RGB (Red+Green+Blue) = 185+104+7=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 7 (3.12% from 255 or 2.36% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B96807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96807 is #4697F8. Grayscale: #757575. Windows color (decimal): -4626425 or 485561. OLE color: 485561.

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

Color convert

RGB 185 104 7 -
CMYK 0 0.44 0.96 0.27
HSL 32.7º 0.93% 0.38% -
HSV(B) 32.7º 0.96% 0.73% -
XYZ 25 20.23 2.79 -
YUV 117.16 65.84 176.39 -
System Red Green Blue C M Y K H S L
Decimal 185 104 7 0 0.44 0.96 0.27 32.7 0.93 0.38
Hex B9 68 7 0 2C 60 1B 21 5D 26
Octal 271 150 7 0 54 140 33 41 135 46
Binary 10111001 1101000 111 0 101100 1100000 11011 100001 1011101 100110

Color Harmonies of #B96807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96807

Black with #B96807

Text Example


Text Example

White with #B96807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96807; }

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

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

background-color css

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

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

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

border-color css

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

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

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