#BF978A

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

Shades of Quicksand #BF978A

Tints of Quicksand #BF978A

Color information

#BF978A (or 0xBF978A) is unknown color: approx Quicksand. HEX triplet: BF, 97 and 8A. RGB value is (191,151,138). Sum of RGB (Red+Green+Blue) = 191+151+138=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BF978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF978A is #406875. Grayscale: #A1A1A1. Windows color (decimal): -4221046 or 9082815. OLE color: 9082815.

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

Color convert

RGB191151138-
CMYK00.210.280.25
HSL14.72º29.28%64.51%-
HSV(B)14.72º27.75%74.9%-
XYZ37.1435.0428.85-
YUV161.48114.75149.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.79%
GREEN value IS 151 (59.38% from 255) = 31.46%
BLUE value IS 138 (54.30% from 255) = 28.75%
R=39.79%
G=31.46%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115113800.210.280.2514.7229.2864.51
HexBF978A0151C19f1d41
Octal27722721202534311735101
Binary10111111100101111000101001010111100110011111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF978A; }

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

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

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

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

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

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

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

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