#B86A4A

Color #B86A4A Tuscany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuscany #B86A4A

Tints of Tuscany #B86A4A

Color information

#B86A4A (or 0xB86A4A) is unknown color: approx Tuscany. HEX triplet: B8, 6A and 4A. RGB value is (184,106,74). Sum of RGB (Red+Green+Blue) = 184+106+74=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86A4A is #4795B5. Grayscale: #7D7D7D. Windows color (decimal): -4691382 or 4876984. OLE color: 4876984.

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

Color convert

RGB18410674-
CMYK00.420.600.28
HSL17.45º43.65%50.59%-
HSV(B)17.45º59.78%72.16%-
XYZ26.1620.999.15-
YUV125.6798.84169.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.55%
GREEN value IS 106 (41.80% from 255) = 29.12%
BLUE value IS 74 (29.30% from 255) = 20.33%
R=50.55%
G=29.12%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841067400.420.600.2817.4543.6550.59
HexB86A4A02A3C1C112c33
Octal2701521120527434215463
Binary101110001101010100101001010101111001110010001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86A4A; }

 p { color: rgb(184,106,74); }

 H1.HeaderClassName
 {
   color: #B86A4A;
 }
 .AnyTagClassName
 {
   color: #B86A4A;
 }
</style>
background-color css

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

 a { background-color: rgb(184,106,74); }

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

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

 span { border-color: rgb(184,106,74); }

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