#BB948A

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

Shades of Quicksand #BB948A

Tints of Quicksand #BB948A

Color information

#BB948A (or 0xBB948A) is unknown color: approx Quicksand. HEX triplet: BB, 94 and 8A. RGB value is (187,148,138). Sum of RGB (Red+Green+Blue) = 187+148+138=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BB948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB948A is #446B75. Grayscale: #9E9E9E. Windows color (decimal): -4483958 or 9082043. OLE color: 9082043.

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

Color convert

RGB187148138-
CMYK00.210.260.27
HSL12.24º26.49%63.73%-
HSV(B)12.24º26.2%73.33%-
XYZ35.6733.5828.65-
YUV158.52116.42148.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.53%
GREEN value IS 148 (58.20% from 255) = 31.29%
BLUE value IS 138 (54.30% from 255) = 29.18%
R=39.53%
G=31.29%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714813800.210.260.2712.2426.4963.73
HexBB948A0151A1Bc1a40
Octal27322421202532331432100
Binary10111011100101001000101001010111010110111100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB948A; }

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

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

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

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

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

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

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

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