#BF968B

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

Shades of Quicksand #BF968B

Tints of Quicksand #BF968B

Color information

#BF968B (or 0xBF968B) is unknown color: approx Quicksand. HEX triplet: BF, 96 and 8B. RGB value is (191,150,139). Sum of RGB (Red+Green+Blue) = 191+150+139=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BF968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF968B is #406974. Grayscale: #A1A1A1. Windows color (decimal): -4221301 or 9148095. OLE color: 9148095.

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

Color convert

RGB191150139-
CMYK00.210.270.25
HSL12.69º28.89%64.71%-
HSV(B)12.69º27.23%74.9%-
XYZ37.0534.7529.18-
YUV161115.58149.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.79%
GREEN value IS 150 (58.98% from 255) = 31.25%
BLUE value IS 139 (54.69% from 255) = 28.96%
R=39.79%
G=31.25%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115013900.210.270.2512.6928.8964.71
HexBF968B0151B19d1d41
Octal27722621302533311535101
Binary10111111100101101000101101010111011110011101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF968B; }

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

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

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

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

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

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

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

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