Html Css Color HEX #BF968D Quicksand

📋 copy color: '#BF968D'

red 191 ◦ green 150 ◦ blue 141

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

Shades of Quicksand #BF968D

Tints of Quicksand #BF968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.12%

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

R = 39.63%
G = 31.12%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF968D (or 0xBF968D) is known color: Quicksand. HEX triplet: BF, 96 and 8D. RGB value is (191,150,141). Sum of RGB (Red+Green+Blue) = 191+150+141=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BF968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF968D is #406972. Grayscale: #A1A1A1. Windows color (decimal): -4221299 or 9279167. OLE color: 9279167.

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

Color convert

RGB 191 150 141 -
CMYK 0 0.21 0.26 0.25
HSL 10.8º 0.28% 0.65% -
HSV(B) 10.8º 0.26% 0.75% -
XYZ 37.2 34.81 29.96 -
YUV 161.23 116.58 149.23 -
System Red Green Blue C M Y K H S L
Decimal 191 150 141 0 0.21 0.26 0.25 10.8 0.28 0.65
Hex BF 96 8D 0 15 1A 19 B 1C 41
Octal 277 226 215 0 25 32 31 13 34 101
Binary 10111111 10010110 10001101 0 10101 11010 11001 1011 11100 1000001

Color Harmonies of #BF968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF968D

Black with #BF968D

Text Example


Text Example

White with #BF968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF968D; }

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

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

background-color css

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

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

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

border-color css

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

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

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