#BC998F

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

Shades of Quicksand #BC998F

Tints of Quicksand #BC998F

Color information

#BC998F (or 0xBC998F) is unknown color: approx Quicksand. HEX triplet: BC, 99 and 8F. RGB value is (188,153,143). Sum of RGB (Red+Green+Blue) = 188+153+143=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC998F is #436670. Grayscale: #A2A2A2. Windows color (decimal): -4417137 or 9411004. OLE color: 9411004.

HSL color Cylindrical-coordinate representation of color #BC998F: hue angle of 13.33º degrees, saturation: 0.25, 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 #BC998F is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB188153143-
CMYK00.190.240.26
HSL13.33º25.14%64.9%-
HSV(B)13.33º23.94%73.73%-
XYZ37.0935.4630.88-
YUV162.32117.1146.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 153 (60.16% from 255) = 31.61%
BLUE value IS 143 (56.25% from 255) = 29.55%
R=38.84%
G=31.61%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815314300.190.240.2613.3325.1464.9
HexBC998F013181Ad1941
Octal27423121702330321531101
Binary10111100100110011000111101001111000110101101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC998F; }

 p { color: rgb(188,153,143); }

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

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

 a { background-color: rgb(188,153,143); }

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

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

 span { border-color: rgb(188,153,143); }

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