Html Css Color HEX #BF9C8C Quicksand

📋 copy color: '#BF9C8C'

red 191 ◦ green 156 ◦ blue 140

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

Shades of Quicksand #BF9C8C

Tints of Quicksand #BF9C8C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.03%

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

R = 39.22%
G = 32.03%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF9C8C (or 0xBF9C8C) is known color: Quicksand. HEX triplet: BF, 9C and 8C. RGB value is (191,156,140). Sum of RGB (Red+Green+Blue) = 191+156+140=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9C8C is #406373. Grayscale: #A4A4A4. Windows color (decimal): -4219764 or 9215167. OLE color: 9215167.

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

Color convert

RGB 191 156 140 -
CMYK 0 0.18 0.27 0.25
HSL 18.82º 0.28% 0.65% -
HSV(B) 18.82º 0.27% 0.75% -
XYZ 38.11 36.75 29.9 -
YUV 164.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 191 156 140 0 0.18 0.27 0.25 18.82 0.28 0.65
Hex BF 9C 8C 0 12 1B 19 13 1C 41
Octal 277 234 214 0 22 33 31 23 34 101
Binary 10111111 10011100 10001100 0 10010 11011 11001 10011 11100 1000001

Color Harmonies of #BF9C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9C8C

Black with #BF9C8C

Text Example


Text Example

White with #BF9C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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