Html Css Color HEX #B86746 Tuscany

📋 copy color: '#B86746'

red 184 ◦ green 103 ◦ blue 70

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

Shades of Tuscany #B86746

Tints of Tuscany #B86746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.61%

R = 51.54%
G = 28.85%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B86746 (or 0xB86746) is known color: Tuscany. HEX triplet: B8, 67 and 46. RGB value is (184,103,70). Sum of RGB (Red+Green+Blue) = 184+103+70=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B86746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86746 is #4798B9. Grayscale: #7B7B7B. Windows color (decimal): -4692154 or 4614072. OLE color: 4614072.

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

Color convert

RGB 184 103 70 -
CMYK 0 0.44 0.62 0.28
HSL 17.37º 0.45% 0.5% -
HSV(B) 17.37º 0.62% 0.72% -
XYZ 25.72 20.33 8.36 -
YUV 123.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 184 103 70 0 0.44 0.62 0.28 17.37 0.45 0.5
Hex B8 67 46 0 2C 3E 1C 11 2D 32
Octal 270 147 106 0 54 76 34 21 55 62
Binary 10111000 1100111 1000110 0 101100 111110 11100 10001 101101 110010

Color Harmonies of #B86746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86746

Black with #B86746

Text Example


Text Example

White with #B86746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86746; }

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

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

background-color css

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

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

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

border-color css

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

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

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