Html Css Color HEX #B96112 Tenne (Tawny)

📋 copy color: '#B96112'

red 185 ◦ green 97 ◦ blue 18

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

Shades of Tenne (Tawny) #B96112

Tints of Tenne (Tawny) #B96112

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.33%

 BLUE value IS 18 (7.42% from 255) = 6%

R = 61.67%
G = 32.33%
B = 6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B96112 (or 0xB96112) is known color: Tenne (Tawny). HEX triplet: B9, 61 and 12. RGB value is (185,97,18). Sum of RGB (Red+Green+Blue) = 185+97+18=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B96112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96112 is #469EED. Grayscale: #727272. Windows color (decimal): -4628206 or 1204665. OLE color: 1204665.

HSL color Cylindrical-coordinate representation of color #B96112: hue angle of 28.38º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B96112 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 97 18 -
CMYK 0 0.48 0.90 0.27
HSL 28.38º 0.82% 0.4% -
HSV(B) 28.38º 0.9% 0.73% -
XYZ 24.39 18.91 2.94 -
YUV 114.31 73.65 178.42 -
System Red Green Blue C M Y K H S L
Decimal 185 97 18 0 0.48 0.90 0.27 28.38 0.82 0.4
Hex B9 61 12 0 30 5A 1B 1C 52 28
Octal 271 141 22 0 60 132 33 34 122 50
Binary 10111001 1100001 10010 0 110000 1011010 11011 11100 1010010 101000

Color Harmonies of #B96112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96112

Black with #B96112

Text Example


Text Example

White with #B96112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96112; }

 p { color: rgb(185,97,18); }

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

background-color css

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

 a { background-color: rgb(185,97,18); }

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

border-color css

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

 span { border-color: rgb(185,97,18); }

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