#BC9585

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

Shades of Quicksand #BC9585

Tints of Quicksand #BC9585

Color information

#BC9585 (or 0xBC9585) is unknown color: approx Quicksand. HEX triplet: BC, 95 and 85. RGB value is (188,149,133). Sum of RGB (Red+Green+Blue) = 188+149+133=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9585 is #436A7A. Grayscale: #9E9E9E. Windows color (decimal): -4418171 or 8754620. OLE color: 8754620.

HSL color Cylindrical-coordinate representation of color #BC9585: hue angle of 17.45º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC9585 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB188149133-
CMYK00.210.290.26
HSL17.45º29.1%62.94%-
HSV(B)17.45º29.26%73.73%-
XYZ35.7233.8826.85-
YUV158.84113.42148.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 149 (58.59% from 255) = 31.70%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=40%
G=31.70%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814913300.210.290.2617.4529.162.94
HexBC95850151D1A111d3f
Octal2742252050253532213577
Binary10111100100101011000010101010111101110101000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9585; }

 p { color: rgb(188,149,133); }

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

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

 a { background-color: rgb(188,149,133); }

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

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

 span { border-color: rgb(188,149,133); }

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