#B86644

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

Shades of Tuscany #B86644

Tints of Tuscany #B86644

Color information

#B86644 (or 0xB86644) is unknown color: approx Tuscany. HEX triplet: B8, 66 and 44. RGB value is (184,102,68). Sum of RGB (Red+Green+Blue) = 184+102+68=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B86644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86644 is #4799BB. Grayscale: #7A7A7A. Windows color (decimal): -4692412 or 4482744. OLE color: 4482744.

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

Color convert

RGB18410268-
CMYK00.450.630.28
HSL17.59º46.03%49.41%-
HSV(B)17.59º63.04%72.16%-
XYZ25.5620.118-
YUV122.6497.17171.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.98%
GREEN value IS 102 (40.23% from 255) = 28.81%
BLUE value IS 68 (26.95% from 255) = 19.21%
R=51.98%
G=28.81%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841026800.450.630.2817.5946.0349.41
HexB8664402D3F1C122e31
Octal2701461040557734225661
Binary101110001100110100010001011011111111110010010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86644; }

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

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

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

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

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

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

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

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