#BC9B95

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

Shades of Quicksand #BC9B95

Tints of Quicksand #BC9B95

Color information

#BC9B95 (or 0xBC9B95) is unknown color: approx Quicksand. HEX triplet: BC, 9B and 95. RGB value is (188,155,149). Sum of RGB (Red+Green+Blue) = 188+155+149=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9B95 is #43646A. Grayscale: #A4A4A4. Windows color (decimal): -4416619 or 9804732. OLE color: 9804732.

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

Color convert

RGB188155149-
CMYK00.180.210.26
HSL9.23º22.54%66.08%-
HSV(B)9.23º20.74%73.73%-
XYZ37.8936.333.44-
YUV164.18119.43144.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 155 (60.94% from 255) = 31.50%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=38.21%
G=31.50%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815514900.180.210.269.2322.5466.08
HexBC9B95012151A91742
Octal27423322502225321127102
Binary10111100100110111001010101001010101110101001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9B95; }

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

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

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

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

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

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

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

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