Html Css Color HEX #B96007 Tenne (Tawny)

📋 copy color: '#B96007'

red 185 ◦ green 96 ◦ blue 7

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

Shades of Tenne (Tawny) #B96007

Tints of Tenne (Tawny) #B96007

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.33%

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

R = 64.24%
G = 33.33%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B96007 (or 0xB96007) is known color: Tenne (Tawny). HEX triplet: B9, 60 and 07. RGB value is (185,96,7). Sum of RGB (Red+Green+Blue) = 185+96+7=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 7 (3.12% from 255 or 2.43% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B96007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96007 is #469FF8. Grayscale: #707070. Windows color (decimal): -4628473 or 483513. OLE color: 483513.

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

Color convert

RGB 185 96 7 -
CMYK 0 0.48 0.96 0.27
HSL 30º 0.93% 0.38% -
HSV(B) 30º 0.96% 0.73% -
XYZ 24.23 18.7 2.53 -
YUV 112.47 68.49 179.74 -
System Red Green Blue C M Y K H S L
Decimal 185 96 7 0 0.48 0.96 0.27 30 0.93 0.38
Hex B9 60 7 0 30 60 1B 1E 5D 26
Octal 271 140 7 0 60 140 33 36 135 46
Binary 10111001 1100000 111 0 110000 1100000 11011 11110 1011101 100110

Color Harmonies of #B96007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96007

Black with #B96007

Text Example


Text Example

White with #B96007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96007; }

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

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

background-color css

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

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

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

border-color css

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

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

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