Html Css Color HEX #BF9888 Quicksand

📋 copy color: '#BF9888'

red 191 ◦ green 152 ◦ blue 136

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

Shades of Quicksand #BF9888

Tints of Quicksand #BF9888

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.73%

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

R = 39.87%
G = 31.73%
B = 28.39%

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

#BF9888 (or 0xBF9888) is known color: Quicksand. HEX triplet: BF, 98 and 88. RGB value is (191,152,136). Sum of RGB (Red+Green+Blue) = 191+152+136=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9888 is #406777. Grayscale: #A1A1A1. Windows color (decimal): -4220792 or 8951999. OLE color: 8951999.

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

Color convert

RGB 191 152 136 -
CMYK 0 0.20 0.29 0.25
HSL 17.45º 0.3% 0.64% -
HSV(B) 17.45º 0.29% 0.75% -
XYZ 37.16 35.31 28.15 -
YUV 161.84 113.42 148.8 -
System Red Green Blue C M Y K H S L
Decimal 191 152 136 0 0.20 0.29 0.25 17.45 0.3 0.64
Hex BF 98 88 0 14 1D 19 11 1E 40
Octal 277 230 210 0 24 35 31 21 36 100
Binary 10111111 10011000 10001000 0 10100 11101 11001 10001 11110 1000000

Color Harmonies of #BF9888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9888

Black with #BF9888

Text Example


Text Example

White with #BF9888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9888; }

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

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

background-color css

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

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

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

border-color css

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

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

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