Html Css Color HEX #BF9E8C Quicksand

📋 copy color: '#BF9E8C'

red 191 ◦ green 158 ◦ blue 140

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

Shades of Quicksand #BF9E8C

Tints of Quicksand #BF9E8C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.31%

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

R = 39.06%
G = 32.31%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF9E8C (or 0xBF9E8C) is known color: Quicksand. HEX triplet: BF, 9E and 8C. RGB value is (191,158,140). Sum of RGB (Red+Green+Blue) = 191+158+140=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9E8C is #406173. Grayscale: #A5A5A5. Windows color (decimal): -4219252 or 9215679. OLE color: 9215679.

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

Color convert

RGB 191 158 140 -
CMYK 0 0.17 0.27 0.25
HSL 21.18º 0.28% 0.65% -
HSV(B) 21.18º 0.27% 0.75% -
XYZ 38.45 37.42 30.01 -
YUV 165.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 191 158 140 0 0.17 0.27 0.25 21.18 0.28 0.65
Hex BF 9E 8C 0 11 1B 19 15 1C 41
Octal 277 236 214 0 21 33 31 25 34 101
Binary 10111111 10011110 10001100 0 10001 11011 11001 10101 11100 1000001

Color Harmonies of #BF9E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9E8C

Black with #BF9E8C

Text Example


Text Example

White with #BF9E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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