Html Css Color HEX #B96707 Tenne (Tawny)

📋 copy color: '#B96707'

red 185 ◦ green 103 ◦ blue 7

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

Shades of Tenne (Tawny) #B96707

Tints of Tenne (Tawny) #B96707

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.92%

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

R = 62.71%
G = 34.92%
B = 2.37%

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

#B96707 (or 0xB96707) is known color: Tenne (Tawny). HEX triplet: B9, 67 and 07. RGB value is (185,103,7). Sum of RGB (Red+Green+Blue) = 185+103+7=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B96707 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96707 is #4698F8. Grayscale: #757575. Windows color (decimal): -4626681 or 485305. OLE color: 485305.

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

Color convert

RGB 185 103 7 -
CMYK 0 0.44 0.96 0.27
HSL 32.36º 0.93% 0.38% -
HSV(B) 32.36º 0.96% 0.73% -
XYZ 24.9 20.03 2.76 -
YUV 116.57 66.17 176.81 -
System Red Green Blue C M Y K H S L
Decimal 185 103 7 0 0.44 0.96 0.27 32.36 0.93 0.38
Hex B9 67 7 0 2C 60 1B 20 5D 26
Octal 271 147 7 0 54 140 33 40 135 46
Binary 10111001 1100111 111 0 101100 1100000 11011 100000 1011101 100110

Color Harmonies of #B96707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96707

Black with #B96707

Text Example


Text Example

White with #B96707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96707; }

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

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

background-color css

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

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

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

border-color css

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

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

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