Html Css Color HEX #BF9D8D Quicksand

📋 copy color: '#BF9D8D'

red 191 ◦ green 157 ◦ blue 141

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

Shades of Quicksand #BF9D8D

Tints of Quicksand #BF9D8D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.11%

 BLUE value IS 141 (55.47% from 255) = 28.83%

R = 39.06%
G = 32.11%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF9D8D (or 0xBF9D8D) is known color: Quicksand. HEX triplet: BF, 9D and 8D. RGB value is (191,157,141). Sum of RGB (Red+Green+Blue) = 191+157+141=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9D8D is #406272. Grayscale: #A5A5A5. Windows color (decimal): -4219507 or 9280959. OLE color: 9280959.

HSL color Cylindrical-coordinate representation of color #BF9D8D: hue angle of 19.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BF9D8D is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 157 141 -
CMYK 0 0.18 0.26 0.25
HSL 19.2º 0.28% 0.65% -
HSV(B) 19.2º 0.26% 0.75% -
XYZ 38.35 37.11 30.34 -
YUV 165.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 191 157 141 0 0.18 0.26 0.25 19.2 0.28 0.65
Hex BF 9D 8D 0 12 1A 19 13 1C 41
Octal 277 235 215 0 22 32 31 23 34 101
Binary 10111111 10011101 10001101 0 10010 11010 11001 10011 11100 1000001

Color Harmonies of #BF9D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9D8D

Black with #BF9D8D

Text Example


Text Example

White with #BF9D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9D8D; }

 p { color: rgb(191,157,141); }

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

background-color css

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

 a { background-color: rgb(191,157,141); }

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

border-color css

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

 span { border-color: rgb(191,157,141); }

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