#BC998E

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

Shades of Quicksand #BC998E

Tints of Quicksand #BC998E

Color information

#BC998E (or 0xBC998E) is unknown color: approx Quicksand. HEX triplet: BC, 99 and 8E. RGB value is (188,153,142). Sum of RGB (Red+Green+Blue) = 188+153+142=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BC998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC998E is #436671. Grayscale: #A2A2A2. Windows color (decimal): -4417138 or 9345468. OLE color: 9345468.

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

Color convert

RGB188153142-
CMYK00.190.240.26
HSL14.35º25.56%64.71%-
HSV(B)14.35º24.47%73.73%-
XYZ37.0135.4330.48-
YUV162.21116.6146.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 153 (60.16% from 255) = 31.68%
BLUE value IS 142 (55.86% from 255) = 29.40%
R=38.92%
G=31.68%
B=29.40%

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
Decimal18815314200.190.240.2614.3525.5664.71
HexBC998E013181Ae1a41
Octal27423121602330321632101
Binary10111100100110011000111001001111000110101110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC998E; }

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

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

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

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

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

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

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

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