#BC958B

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

Shades of Quicksand #BC958B

Tints of Quicksand #BC958B

Color information

#BC958B (or 0xBC958B) is unknown color: approx Quicksand. HEX triplet: BC, 95 and 8B. RGB value is (188,149,139). Sum of RGB (Red+Green+Blue) = 188+149+139=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC958B is #436A74. Grayscale: #9F9F9F. Windows color (decimal): -4418165 or 9147836. OLE color: 9147836.

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

Color convert

RGB188149139-
CMYK00.210.260.26
HSL12.24º26.78%64.12%-
HSV(B)12.24º26.06%73.73%-
XYZ36.1534.0529.09-
YUV159.52116.42148.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.50%
GREEN value IS 149 (58.59% from 255) = 31.30%
BLUE value IS 139 (54.69% from 255) = 29.20%
R=39.50%
G=31.30%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814913900.210.260.2612.2426.7864.12
HexBC958B0151A1Ac1b40
Octal27422521302532321433100
Binary10111100100101011000101101010111010110101100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC958B; }

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

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

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

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

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

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

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

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