Html Css Color HEX #B86112 Tenne (Tawny)

📋 copy color: '#B86112'

red 184 ◦ green 97 ◦ blue 18

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

Shades of Tenne (Tawny) #B86112

Tints of Tenne (Tawny) #B86112

RGB

 RED value IS 184 (72.27% from 255) = 61.54%

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

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

R = 61.54%
G = 32.44%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B86112 (or 0xB86112) is known color: Tenne (Tawny). HEX triplet: B8, 61 and 12. RGB value is (184,97,18). Sum of RGB (Red+Green+Blue) = 184+97+18=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B86112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86112 is #479EED. Grayscale: #727272. Windows color (decimal): -4693742 or 1204664. OLE color: 1204664.

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

Color convert

RGB 184 97 18 -
CMYK 0 0.47 0.90 0.28
HSL 28.55º 0.82% 0.4% -
HSV(B) 28.55º 0.9% 0.72% -
XYZ 24.15 18.78 2.92 -
YUV 114.01 73.82 177.92 -
System Red Green Blue C M Y K H S L
Decimal 184 97 18 0 0.47 0.90 0.28 28.55 0.82 0.4
Hex B8 61 12 0 2F 5A 1C 1D 52 28
Octal 270 141 22 0 57 132 34 35 122 50
Binary 10111000 1100001 10010 0 101111 1011010 11100 11101 1010010 101000

Color Harmonies of #B86112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86112

Black with #B86112

Text Example


Text Example

White with #B86112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86112; }

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

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

background-color css

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

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

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

border-color css

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

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

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