Html Css Color HEX #B86012 Tenne (Tawny)

📋 copy color: '#B86012'

red 184 ◦ green 96 ◦ blue 18

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

Shades of Tenne (Tawny) #B86012

Tints of Tenne (Tawny) #B86012

RGB

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

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

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

R = 61.74%
G = 32.21%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B86012 (or 0xB86012) is known color: Tenne (Tawny). HEX triplet: B8, 60 and 12. RGB value is (184,96,18). Sum of RGB (Red+Green+Blue) = 184+96+18=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B86012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86012 is #479FED. Grayscale: #717171. Windows color (decimal): -4693998 or 1204408. OLE color: 1204408.

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

Color convert

RGB 184 96 18 -
CMYK 0 0.48 0.90 0.28
HSL 28.19º 0.82% 0.4% -
HSV(B) 28.19º 0.9% 0.72% -
XYZ 24.06 18.6 2.89 -
YUV 113.42 74.15 178.34 -
System Red Green Blue C M Y K H S L
Decimal 184 96 18 0 0.48 0.90 0.28 28.19 0.82 0.4
Hex B8 60 12 0 30 5A 1C 1C 52 28
Octal 270 140 22 0 60 132 34 34 122 50
Binary 10111000 1100000 10010 0 110000 1011010 11100 11100 1010010 101000

Color Harmonies of #B86012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86012

Black with #B86012

Text Example


Text Example

White with #B86012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86012; }

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

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

background-color css

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

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

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

border-color css

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

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

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