#BC958E

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

Shades of Quicksand #BC958E

Tints of Quicksand #BC958E

Color information

#BC958E (or 0xBC958E) is unknown color: approx Quicksand. HEX triplet: BC, 95 and 8E. RGB value is (188,149,142). Sum of RGB (Red+Green+Blue) = 188+149+142=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC958E is #436A71. Grayscale: #9F9F9F. Windows color (decimal): -4418162 or 9344444. OLE color: 9344444.

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

Color convert

RGB188149142-
CMYK00.210.240.26
HSL9.13º25.56%64.71%-
HSV(B)9.13º24.47%73.73%-
XYZ36.3734.1430.26-
YUV159.86117.92148.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 149 (58.59% from 255) = 31.11%
BLUE value IS 142 (55.86% from 255) = 29.65%
R=39.25%
G=31.11%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814914200.210.240.269.1325.5664.71
HexBC958E015181A91a41
Octal27422521602530321132101
Binary10111100100101011000111001010111000110101001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC958E; }

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

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

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

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

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

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

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

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