Html Css Color HEX #B86749 Tuscany

📋 copy color: '#B86749'

red 184 ◦ green 103 ◦ blue 73

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

Shades of Tuscany #B86749

Tints of Tuscany #B86749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.61%

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

R = 51.11%
G = 28.61%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B86749 (or 0xB86749) is known color: Tuscany. HEX triplet: B8, 67 and 49. RGB value is (184,103,73). Sum of RGB (Red+Green+Blue) = 184+103+73=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B86749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86749 is #4798B6. Grayscale: #7C7C7C. Windows color (decimal): -4692151 or 4810680. OLE color: 4810680.

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

Color convert

RGB 184 103 73 -
CMYK 0 0.44 0.60 0.28
HSL 16.22º 0.44% 0.5% -
HSV(B) 16.22º 0.6% 0.72% -
XYZ 25.82 20.37 8.87 -
YUV 123.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 184 103 73 0 0.44 0.60 0.28 16.22 0.44 0.5
Hex B8 67 49 0 2C 3C 1C 10 2C 32
Octal 270 147 111 0 54 74 34 20 54 62
Binary 10111000 1100111 1001001 0 101100 111100 11100 10000 101100 110010

Color Harmonies of #B86749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86749

Black with #B86749

Text Example


Text Example

White with #B86749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86749; }

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

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

background-color css

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

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

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

border-color css

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

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

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