#BF9B95

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

Shades of Quicksand #BF9B95

Tints of Quicksand #BF9B95

Color information

#BF9B95 (or 0xBF9B95) is unknown color: approx Quicksand. HEX triplet: BF, 9B and 95. RGB value is (191,155,149). Sum of RGB (Red+Green+Blue) = 191+155+149=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9B95 is #40646A. Grayscale: #A5A5A5. Windows color (decimal): -4220011 or 9804735. OLE color: 9804735.

HSL color Cylindrical-coordinate representation of color #BF9B95: hue angle of 8.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BF9B95 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB191155149-
CMYK00.190.220.25
HSL8.57º24.71%66.67%-
HSV(B)8.57º21.99%74.9%-
XYZ38.6336.6933.48-
YUV165.08118.93146.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 155 (60.94% from 255) = 31.31%
BLUE value IS 149 (58.59% from 255) = 30.10%
R=38.59%
G=31.31%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115514900.190.220.258.5724.7166.67
HexBF9B95013161991943
Octal27723322502326311131103
Binary10111111100110111001010101001110110110011001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9B95; }

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

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

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

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

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

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

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

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