#BF948A

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

Shades of Quicksand #BF948A

Tints of Quicksand #BF948A

Color information

#BF948A (or 0xBF948A) is unknown color: approx Quicksand. HEX triplet: BF, 94 and 8A. RGB value is (191,148,138). Sum of RGB (Red+Green+Blue) = 191+148+138=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF948A is #406B75. Grayscale: #9F9F9F. Windows color (decimal): -4221814 or 9082047. OLE color: 9082047.

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

Color convert

RGB191148138-
CMYK00.230.280.25
HSL11.32º29.28%64.51%-
HSV(B)11.32º27.75%74.9%-
XYZ36.6634.0928.69-
YUV159.72115.75150.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 148 (58.20% from 255) = 31.03%
BLUE value IS 138 (54.30% from 255) = 28.93%
R=40.04%
G=31.03%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114813800.230.280.2511.3229.2864.51
HexBF948A0171C19b1d41
Octal27722421202734311335101
Binary10111111100101001000101001011111100110011011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF948A; }

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

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

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

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

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

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

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

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