Html Css Color HEX #BF968C Quicksand

📋 copy color: '#BF968C'

red 191 ◦ green 150 ◦ blue 140

#BF968C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quicksand #BF968C

Tints of Quicksand #BF968C

RGB

 RED value IS 191 (75% from 255) = 39.71%

 GREEN value IS 150 (58.98% from 255) = 31.19%

 BLUE value IS 140 (55.08% from 255) = 29.11%

R = 39.71%
G = 31.19%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF968C (or 0xBF968C) is known color: Quicksand. HEX triplet: BF, 96 and 8C. RGB value is (191,150,140). Sum of RGB (Red+Green+Blue) = 191+150+140=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BF968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF968C is #406973. Grayscale: #A1A1A1. Windows color (decimal): -4221300 or 9213631. OLE color: 9213631.

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

Color convert

RGB 191 150 140 -
CMYK 0 0.21 0.27 0.25
HSL 11.76º 0.28% 0.65% -
HSV(B) 11.76º 0.27% 0.75% -
XYZ 37.13 34.78 29.57 -
YUV 161.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 191 150 140 0 0.21 0.27 0.25 11.76 0.28 0.65
Hex BF 96 8C 0 15 1B 19 C 1C 41
Octal 277 226 214 0 25 33 31 14 34 101
Binary 10111111 10010110 10001100 0 10101 11011 11001 1100 11100 1000001

Color Harmonies of #BF968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF968C

Black with #BF968C

Text Example


Text Example

White with #BF968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF968C; }

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

 H1.HeaderClassName
 {
   color: #BF968C;
 }
 .AnyTagClassName
 {
   color: #BF968C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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