#BF9E98

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

Shades of Quicksand #BF9E98

Tints of Quicksand #BF9E98

Color information

#BF9E98 (or 0xBF9E98) is unknown color: approx Quicksand. HEX triplet: BF, 9E and 98. RGB value is (191,158,152). Sum of RGB (Red+Green+Blue) = 191+158+152=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9E98 is #406167. Grayscale: #A7A7A7. Windows color (decimal): -4219240 or 10002111. OLE color: 10002111.

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

Color convert

RGB191158152-
CMYK00.170.200.25
HSL9.23º23.35%67.25%-
HSV(B)9.23º20.42%74.9%-
XYZ39.3837.834.93-
YUV167.18119.43144.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 158 (62.11% from 255) = 31.54%
BLUE value IS 152 (59.77% from 255) = 30.34%
R=38.12%
G=31.54%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115815200.170.200.259.2323.3567.25
HexBF9E98011141991743
Octal27723623002124311127103
Binary10111111100111101001100001000110100110011001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E98; }

 p { color: rgb(191,158,152); }

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

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

 a { background-color: rgb(191,158,152); }

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

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

 span { border-color: rgb(191,158,152); }

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