Html Css Color HEX #B96A07 Tenne (Tawny)

📋 copy color: '#B96A07'

red 185 ◦ green 106 ◦ blue 7

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

Shades of Tenne (Tawny) #B96A07

Tints of Tenne (Tawny) #B96A07

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.57%

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

R = 62.08%
G = 35.57%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B96A07 (or 0xB96A07) is known color: Tenne (Tawny). HEX triplet: B9, 6A and 07. RGB value is (185,106,7). Sum of RGB (Red+Green+Blue) = 185+106+7=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 7 (3.12% from 255 or 2.35% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96A07 is #4695F8. Grayscale: #767676. Windows color (decimal): -4625913 or 486073. OLE color: 486073.

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

Color convert

RGB 185 106 7 -
CMYK 0 0.43 0.96 0.27
HSL 33.37º 0.93% 0.38% -
HSV(B) 33.37º 0.96% 0.73% -
XYZ 25.2 20.64 2.86 -
YUV 118.34 65.17 175.55 -
System Red Green Blue C M Y K H S L
Decimal 185 106 7 0 0.43 0.96 0.27 33.37 0.93 0.38
Hex B9 6A 7 0 2B 60 1B 21 5D 26
Octal 271 152 7 0 53 140 33 41 135 46
Binary 10111001 1101010 111 0 101011 1100000 11011 100001 1011101 100110

Color Harmonies of #B96A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A07

Black with #B96A07

Text Example


Text Example

White with #B96A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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