Html Css Color HEX #BF9988 Quicksand

📋 copy color: '#BF9988'

red 191 ◦ green 153 ◦ blue 136

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

Shades of Quicksand #BF9988

Tints of Quicksand #BF9988

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.88%

 BLUE value IS 136 (53.52% from 255) = 28.33%

R = 39.79%
G = 31.88%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF9988 (or 0xBF9988) is known color: Quicksand. HEX triplet: BF, 99 and 88. RGB value is (191,153,136). Sum of RGB (Red+Green+Blue) = 191+153+136=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9988 is #406677. Grayscale: #A2A2A2. Windows color (decimal): -4220536 or 8952255. OLE color: 8952255.

HSL color Cylindrical-coordinate representation of color #BF9988: hue angle of 18.55º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF9988 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 153 136 -
CMYK 0 0.20 0.29 0.25
HSL 18.55º 0.3% 0.64% -
HSV(B) 18.55º 0.29% 0.75% -
XYZ 37.32 35.64 28.2 -
YUV 162.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 191 153 136 0 0.20 0.29 0.25 18.55 0.3 0.64
Hex BF 99 88 0 14 1D 19 13 1E 40
Octal 277 231 210 0 24 35 31 23 36 100
Binary 10111111 10011001 10001000 0 10100 11101 11001 10011 11110 1000000

Color Harmonies of #BF9988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9988

Black with #BF9988

Text Example


Text Example

White with #BF9988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9988; }

 p { color: rgb(191,153,136); }

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

background-color css

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

 a { background-color: rgb(191,153,136); }

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

border-color css

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

 span { border-color: rgb(191,153,136); }

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