Html Css Color HEX #BF948C Quicksand

📋 copy color: '#BF948C'

red 191 ◦ green 148 ◦ blue 140

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

Shades of Quicksand #BF948C

Tints of Quicksand #BF948C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.9%

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

R = 39.87%
G = 30.9%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF948C (or 0xBF948C) is known color: Quicksand. HEX triplet: BF, 94 and 8C. RGB value is (191,148,140). Sum of RGB (Red+Green+Blue) = 191+148+140=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF948C is #406B73. Grayscale: #A0A0A0. Windows color (decimal): -4221812 or 9213119. OLE color: 9213119.

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

Color convert

RGB 191 148 140 -
CMYK 0 0.23 0.27 0.25
HSL 9.41º 0.28% 0.65% -
HSV(B) 9.41º 0.27% 0.75% -
XYZ 36.81 34.15 29.46 -
YUV 159.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 191 148 140 0 0.23 0.27 0.25 9.41 0.28 0.65
Hex BF 94 8C 0 17 1B 19 9 1C 41
Octal 277 224 214 0 27 33 31 11 34 101
Binary 10111111 10010100 10001100 0 10111 11011 11001 1001 11100 1000001

Color Harmonies of #BF948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF948C

Black with #BF948C

Text Example


Text Example

White with #BF948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF948C; }

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

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

background-color css

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

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

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

border-color css

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

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

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