#B86543

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

Shades of Tuscany #B86543

Tints of Tuscany #B86543

Color information

#B86543 (or 0xB86543) is unknown color: approx Tuscany. HEX triplet: B8, 65 and 43. RGB value is (184,101,67). Sum of RGB (Red+Green+Blue) = 184+101+67=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B86543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86543 is #479ABC. Grayscale: #7A7A7A. Windows color (decimal): -4692669 or 4416952. OLE color: 4416952.

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

Color convert

RGB18410167-
CMYK00.450.640.28
HSL17.44º46.61%49.22%-
HSV(B)17.44º63.59%72.16%-
XYZ25.4319.97.81-
YUV121.9497172.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.27%
GREEN value IS 101 (39.84% from 255) = 28.69%
BLUE value IS 67 (26.56% from 255) = 19.03%
R=52.27%
G=28.69%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841016700.450.640.2817.4446.6149.22
HexB8654302D401C112f31
Octal27014510305510034215761
Binary1011100011001011000011010110110000001110010001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86543; }

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

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

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

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

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

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

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

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