Html Css Color HEX #BF988F Quicksand

📋 copy color: '#BF988F'

red 191 ◦ green 152 ◦ blue 143

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

Shades of Quicksand #BF988F

Tints of Quicksand #BF988F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.42%

R = 39.3%
G = 31.28%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF988F (or 0xBF988F) is known color: Quicksand. HEX triplet: BF, 98 and 8F. RGB value is (191,152,143). Sum of RGB (Red+Green+Blue) = 191+152+143=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BF988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF988F is #406770. Grayscale: #A2A2A2. Windows color (decimal): -4220785 or 9410751. OLE color: 9410751.

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

Color convert

RGB 191 152 143 -
CMYK 0 0.20 0.25 0.25
HSL 11.25º 0.27% 0.65% -
HSV(B) 11.25º 0.25% 0.75% -
XYZ 37.67 35.52 30.86 -
YUV 162.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 191 152 143 0 0.20 0.25 0.25 11.25 0.27 0.65
Hex BF 98 8F 0 14 19 19 B 1B 41
Octal 277 230 217 0 24 31 31 13 33 101
Binary 10111111 10011000 10001111 0 10100 11001 11001 1011 11011 1000001

Color Harmonies of #BF988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF988F

Black with #BF988F

Text Example


Text Example

White with #BF988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF988F; }

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

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

background-color css

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

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

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

border-color css

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

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

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