Html Css Color HEX #BF978C Quicksand

📋 copy color: '#BF978C'

red 191 ◦ green 151 ◦ blue 140

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

Shades of Quicksand #BF978C

Tints of Quicksand #BF978C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.33%

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

R = 39.63%
G = 31.33%
B = 29.05%

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

#BF978C (or 0xBF978C) is known color: Quicksand. HEX triplet: BF, 97 and 8C. RGB value is (191,151,140). Sum of RGB (Red+Green+Blue) = 191+151+140=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BF978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF978C is #406873. Grayscale: #A1A1A1. Windows color (decimal): -4221044 or 9213887. OLE color: 9213887.

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

Color convert

RGB 191 151 140 -
CMYK 0 0.21 0.27 0.25
HSL 12.94º 0.28% 0.65% -
HSV(B) 12.94º 0.27% 0.75% -
XYZ 37.29 35.1 29.62 -
YUV 161.71 115.75 148.89 -
System Red Green Blue C M Y K H S L
Decimal 191 151 140 0 0.21 0.27 0.25 12.94 0.28 0.65
Hex BF 97 8C 0 15 1B 19 D 1C 41
Octal 277 227 214 0 25 33 31 15 34 101
Binary 10111111 10010111 10001100 0 10101 11011 11001 1101 11100 1000001

Color Harmonies of #BF978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF978C

Black with #BF978C

Text Example


Text Example

White with #BF978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF978C; }

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

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

background-color css

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

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

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

border-color css

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

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

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