#B86243

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

Shades of Tuscany #B86243

Tints of Tuscany #B86243

Color information

#B86243 (or 0xB86243) is unknown color: approx Tuscany. HEX triplet: B8, 62 and 43. RGB value is (184,98,67). Sum of RGB (Red+Green+Blue) = 184+98+67=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B86243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86243 is #479DBC. Grayscale: #787878. Windows color (decimal): -4693437 or 4416184. OLE color: 4416184.

HSL color Cylindrical-coordinate representation of color #B86243: hue angle of 15.9º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B86243 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB1849867-
CMYK00.470.640.28
HSL15.9º46.61%49.22%-
HSV(B)15.9º63.59%72.16%-
XYZ25.1519.337.72-
YUV120.1897.99173.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.72%
GREEN value IS 98 (38.67% from 255) = 28.08%
BLUE value IS 67 (26.56% from 255) = 19.20%
R=52.72%
G=28.08%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184986700.470.640.2815.946.6149.22
HexB8624302F401C102f31
Octal27014210305710034205761
Binary1011100011000101000011010111110000001110010000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86243; }

 p { color: rgb(184,98,67); }

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

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

 a { background-color: rgb(184,98,67); }

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

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

 span { border-color: rgb(184,98,67); }

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