#BC948A

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

Shades of Quicksand #BC948A

Tints of Quicksand #BC948A

Color information

#BC948A (or 0xBC948A) is unknown color: approx Quicksand. HEX triplet: BC, 94 and 8A. RGB value is (188,148,138). Sum of RGB (Red+Green+Blue) = 188+148+138=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC948A is #436B75. Grayscale: #9E9E9E. Windows color (decimal): -4418422 or 9082044. OLE color: 9082044.

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

Color convert

RGB188148138-
CMYK00.210.270.26
HSL12º27.17%63.92%-
HSV(B)12º26.6%73.73%-
XYZ35.9233.7128.66-
YUV158.82116.25148.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 148 (58.20% from 255) = 31.22%
BLUE value IS 138 (54.30% from 255) = 29.11%
R=39.66%
G=31.22%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814813800.210.270.261227.1763.92
HexBC948A0151B1Ac1b40
Octal27422421202533321433100
Binary10111100100101001000101001010111011110101100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC948A; }

 p { color: rgb(188,148,138); }

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

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

 a { background-color: rgb(188,148,138); }

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

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

 span { border-color: rgb(188,148,138); }

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