#BF948B

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

Shades of Quicksand #BF948B

Tints of Quicksand #BF948B

Color information

#BF948B (or 0xBF948B) is unknown color: approx Quicksand. HEX triplet: BF, 94 and 8B. RGB value is (191,148,139). Sum of RGB (Red+Green+Blue) = 191+148+139=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BF948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF948B is #406B74. Grayscale: #9F9F9F. Windows color (decimal): -4221813 or 9147583. OLE color: 9147583.

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

Color convert

RGB191148139-
CMYK00.230.270.25
HSL10.38º28.89%64.71%-
HSV(B)10.38º27.23%74.9%-
XYZ36.7434.1229.08-
YUV159.83116.25150.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 148 (58.20% from 255) = 30.96%
BLUE value IS 139 (54.69% from 255) = 29.08%
R=39.96%
G=30.96%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114813900.230.270.2510.3828.8964.71
HexBF948B0171B19a1d41
Octal27722421302733311235101
Binary10111111100101001000101101011111011110011010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF948B; }

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

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

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

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

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

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

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

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