Html Css Color HEX #B86210 Tenne (Tawny)

📋 copy color: '#B86210'

red 184 ◦ green 98 ◦ blue 16

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

Shades of Tenne (Tawny) #B86210

Tints of Tenne (Tawny) #B86210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.89%

 BLUE value IS 16 (6.64% from 255) = 5.37%

R = 61.74%
G = 32.89%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B86210 (or 0xB86210) is known color: Tenne (Tawny). HEX triplet: B8, 62 and 10. RGB value is (184,98,16). Sum of RGB (Red+Green+Blue) = 184+98+16=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B86210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86210 is #479DEF. Grayscale: #727272. Windows color (decimal): -4693488 or 1073848. OLE color: 1073848.

HSL color Cylindrical-coordinate representation of color #B86210: hue angle of 29.29º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B86210 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 98 16 -
CMYK 0 0.47 0.91 0.28
HSL 29.29º 0.84% 0.39% -
HSV(B) 29.29º 0.91% 0.72% -
XYZ 24.23 18.96 2.87 -
YUV 114.37 72.49 177.67 -
System Red Green Blue C M Y K H S L
Decimal 184 98 16 0 0.47 0.91 0.28 29.29 0.84 0.39
Hex B8 62 10 0 2F 5B 1C 1D 54 27
Octal 270 142 20 0 57 133 34 35 124 47
Binary 10111000 1100010 10000 0 101111 1011011 11100 11101 1010100 100111

Color Harmonies of #B86210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86210

Black with #B86210

Text Example


Text Example

White with #B86210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86210; }

 p { color: rgb(184,98,16); }

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

background-color css

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

 a { background-color: rgb(184,98,16); }

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

border-color css

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

 span { border-color: rgb(184,98,16); }

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