#BF968A

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

Shades of Quicksand #BF968A

Tints of Quicksand #BF968A

Color information

#BF968A (or 0xBF968A) is unknown color: approx Quicksand. HEX triplet: BF, 96 and 8A. RGB value is (191,150,138). Sum of RGB (Red+Green+Blue) = 191+150+138=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF968A is #406975. Grayscale: #A0A0A0. Windows color (decimal): -4221302 or 9082559. OLE color: 9082559.

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

Color convert

RGB191150138-
CMYK00.210.280.25
HSL13.58º29.28%64.51%-
HSV(B)13.58º27.75%74.9%-
XYZ36.9834.7228.8-
YUV160.89115.08149.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 150 (58.98% from 255) = 31.32%
BLUE value IS 138 (54.30% from 255) = 28.81%
R=39.87%
G=31.32%
B=28.81%

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
Decimal19115013800.210.280.2513.5829.2864.51
HexBF968A0151C19e1d41
Octal27722621202534311635101
Binary10111111100101101000101001010111100110011110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF968A; }

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

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

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

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

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

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

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

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