#BF988B

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

Shades of Quicksand #BF988B

Tints of Quicksand #BF988B

Color information

#BF988B (or 0xBF988B) is unknown color: approx Quicksand. HEX triplet: BF, 98 and 8B. RGB value is (191,152,139). Sum of RGB (Red+Green+Blue) = 191+152+139=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BF988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF988B is #406774. Grayscale: #A2A2A2. Windows color (decimal): -4220789 or 9148607. OLE color: 9148607.

HSL color Cylindrical-coordinate representation of color #BF988B: hue angle of 15º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF988B is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB191152139-
CMYK00.200.270.25
HSL15º28.89%64.71%-
HSV(B)15º27.23%74.9%-
XYZ37.3735.429.29-
YUV162.18114.92148.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 152 (59.77% from 255) = 31.54%
BLUE value IS 139 (54.69% from 255) = 28.84%
R=39.63%
G=31.54%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115213900.200.270.251528.8964.71
HexBF988B0141B19f1d41
Octal27723021302433311735101
Binary10111111100110001000101101010011011110011111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF988B; }

 p { color: rgb(191,152,139); }

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

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

 a { background-color: rgb(191,152,139); }

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

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

 span { border-color: rgb(191,152,139); }

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