Html Css Color HEX #BF958C Quicksand

📋 copy color: '#BF958C'

red 191 ◦ green 149 ◦ blue 140

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

Shades of Quicksand #BF958C

Tints of Quicksand #BF958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.04%

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

R = 39.79%
G = 31.04%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF958C (or 0xBF958C) is known color: Quicksand. HEX triplet: BF, 95 and 8C. RGB value is (191,149,140). Sum of RGB (Red+Green+Blue) = 191+149+140=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BF958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF958C is #406A73. Grayscale: #A0A0A0. Windows color (decimal): -4221556 or 9213375. OLE color: 9213375.

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

Color convert

RGB 191 149 140 -
CMYK 0 0.22 0.27 0.25
HSL 10.59º 0.28% 0.65% -
HSV(B) 10.59º 0.27% 0.75% -
XYZ 36.97 34.46 29.51 -
YUV 160.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 191 149 140 0 0.22 0.27 0.25 10.59 0.28 0.65
Hex BF 95 8C 0 16 1B 19 B 1C 41
Octal 277 225 214 0 26 33 31 13 34 101
Binary 10111111 10010101 10001100 0 10110 11011 11001 1011 11100 1000001

Color Harmonies of #BF958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF958C

Black with #BF958C

Text Example


Text Example

White with #BF958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF958C; }

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

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

background-color css

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

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

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

border-color css

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

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

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