Html Css Color HEX #B86947 Tuscany

📋 copy color: '#B86947'

red 184 ◦ green 105 ◦ blue 71

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

Shades of Tuscany #B86947

Tints of Tuscany #B86947

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.17%

 BLUE value IS 71 (28.13% from 255) = 19.72%

R = 51.11%
G = 29.17%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B86947 (or 0xB86947) is known color: Tuscany. HEX triplet: B8, 69 and 47. RGB value is (184,105,71). Sum of RGB (Red+Green+Blue) = 184+105+71=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B86947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86947 is #4796B8. Grayscale: #7C7C7C. Windows color (decimal): -4691641 or 4680120. OLE color: 4680120.

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

Color convert

RGB 184 105 71 -
CMYK 0 0.43 0.61 0.28
HSL 18.05º 0.44% 0.5% -
HSV(B) 18.05º 0.61% 0.72% -
XYZ 25.96 20.75 8.6 -
YUV 124.75 97.67 170.26 -
System Red Green Blue C M Y K H S L
Decimal 184 105 71 0 0.43 0.61 0.28 18.05 0.44 0.5
Hex B8 69 47 0 2B 3D 1C 12 2C 32
Octal 270 151 107 0 53 75 34 22 54 62
Binary 10111000 1101001 1000111 0 101011 111101 11100 10010 101100 110010

Color Harmonies of #B86947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86947

Black with #B86947

Text Example


Text Example

White with #B86947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86947; }

 p { color: rgb(184,105,71); }

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

background-color css

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

 a { background-color: rgb(184,105,71); }

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

border-color css

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

 span { border-color: rgb(184,105,71); }

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