Html Css Color HEX #B86110 Tenne (Tawny)

📋 copy color: '#B86110'

red 184 ◦ green 97 ◦ blue 16

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

Shades of Tenne (Tawny) #B86110

Tints of Tenne (Tawny) #B86110

RGB

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

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

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

R = 61.95%
G = 32.66%
B = 5.39%

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

#B86110 (or 0xB86110) is known color: Tenne (Tawny). HEX triplet: B8, 61 and 10. RGB value is (184,97,16). Sum of RGB (Red+Green+Blue) = 184+97+16=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B86110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86110 is #479EEF. Grayscale: #727272. Windows color (decimal): -4693744 or 1073592. OLE color: 1073592.

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

Color convert

RGB 184 97 16 -
CMYK 0 0.47 0.91 0.28
HSL 28.93º 0.84% 0.39% -
HSV(B) 28.93º 0.91% 0.72% -
XYZ 24.14 18.78 2.84 -
YUV 113.78 72.82 178.09 -
System Red Green Blue C M Y K H S L
Decimal 184 97 16 0 0.47 0.91 0.28 28.93 0.84 0.39
Hex B8 61 10 0 2F 5B 1C 1D 54 27
Octal 270 141 20 0 57 133 34 35 124 47
Binary 10111000 1100001 10000 0 101111 1011011 11100 11101 1010100 100111

Color Harmonies of #B86110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86110

Black with #B86110

Text Example


Text Example

White with #B86110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86110; }

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

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

background-color css

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

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

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

border-color css

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

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

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