#B86643

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

Shades of Tuscany #B86643

Tints of Tuscany #B86643

Color information

#B86643 (or 0xB86643) is unknown color: approx Tuscany. HEX triplet: B8, 66 and 43. RGB value is (184,102,67). Sum of RGB (Red+Green+Blue) = 184+102+67=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B86643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86643 is #4799BC. Grayscale: #7A7A7A. Windows color (decimal): -4692413 or 4417208. OLE color: 4417208.

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

Color convert

RGB18410267-
CMYK00.450.640.28
HSL17.95º46.61%49.22%-
HSV(B)17.95º63.59%72.16%-
XYZ25.5320.17.84-
YUV122.5396.67171.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.12%
GREEN value IS 102 (40.23% from 255) = 28.90%
BLUE value IS 67 (26.56% from 255) = 18.98%
R=52.12%
G=28.90%
B=18.98%

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
Decimal1841026700.450.640.2817.9546.6149.22
HexB8664302D401C122f31
Octal27014610305510034225761
Binary1011100011001101000011010110110000001110010010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86643; }

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

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

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

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

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

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

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

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