Html Css Color HEX #B86B49 Tuscany

📋 copy color: '#B86B49'

red 184 ◦ green 107 ◦ blue 73

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

Shades of Tuscany #B86B49

Tints of Tuscany #B86B49

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.4%

 BLUE value IS 73 (28.91% from 255) = 20.05%

R = 50.55%
G = 29.4%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B86B49 (or 0xB86B49) is known color: Tuscany. HEX triplet: B8, 6B and 49. RGB value is (184,107,73). Sum of RGB (Red+Green+Blue) = 184+107+73=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86B49 is #4794B6. Grayscale: #7E7E7E. Windows color (decimal): -4691127 or 4811704. OLE color: 4811704.

HSL color Cylindrical-coordinate representation of color #B86B49: hue angle of 18.38º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B86B49 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 107 73 -
CMYK 0 0.42 0.60 0.28
HSL 18.38º 0.44% 0.5% -
HSV(B) 18.38º 0.6% 0.72% -
XYZ 26.23 21.19 9.01 -
YUV 126.15 98.01 169.26 -
System Red Green Blue C M Y K H S L
Decimal 184 107 73 0 0.42 0.60 0.28 18.38 0.44 0.5
Hex B8 6B 49 0 2A 3C 1C 12 2C 32
Octal 270 153 111 0 52 74 34 22 54 62
Binary 10111000 1101011 1001001 0 101010 111100 11100 10010 101100 110010

Color Harmonies of #B86B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86B49

Black with #B86B49

Text Example


Text Example

White with #B86B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86B49; }

 p { color: rgb(184,107,73); }

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

background-color css

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

 a { background-color: rgb(184,107,73); }

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

border-color css

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

 span { border-color: rgb(184,107,73); }

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