#BF958B

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

Shades of Quicksand #BF958B

Tints of Quicksand #BF958B

Color information

#BF958B (or 0xBF958B) is unknown color: approx Quicksand. HEX triplet: BF, 95 and 8B. RGB value is (191,149,139). Sum of RGB (Red+Green+Blue) = 191+149+139=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF958B is #406A74. Grayscale: #A0A0A0. Windows color (decimal): -4221557 or 9147839. OLE color: 9147839.

HSL color Cylindrical-coordinate representation of color #BF958B: hue angle of 11.54º 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 #BF958B is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB191149139-
CMYK00.220.270.25
HSL11.54º28.89%64.71%-
HSV(B)11.54º27.23%74.9%-
XYZ36.8934.4429.13-
YUV160.42115.91149.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 149 (58.59% from 255) = 31.11%
BLUE value IS 139 (54.69% from 255) = 29.02%
R=39.87%
G=31.11%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114913900.220.270.2511.5428.8964.71
HexBF958B0161B19c1d41
Octal27722521302633311435101
Binary10111111100101011000101101011011011110011100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF958B; }

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

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

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

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

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

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

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

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