Html Css Color HEX #BF998F Quicksand

📋 copy color: '#BF998F'

red 191 ◦ green 153 ◦ blue 143

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

Shades of Quicksand #BF998F

Tints of Quicksand #BF998F

RGB

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

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

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

R = 39.22%
G = 31.42%
B = 29.36%

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

#BF998F (or 0xBF998F) is known color: Quicksand. HEX triplet: BF, 99 and 8F. RGB value is (191,153,143). Sum of RGB (Red+Green+Blue) = 191+153+143=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BF998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF998F is #406670. Grayscale: #A3A3A3. Windows color (decimal): -4220529 or 9411007. OLE color: 9411007.

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

Color convert

RGB 191 153 143 -
CMYK 0 0.20 0.25 0.25
HSL 12.5º 0.27% 0.65% -
HSV(B) 12.5º 0.25% 0.75% -
XYZ 37.84 35.84 30.91 -
YUV 163.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 191 153 143 0 0.20 0.25 0.25 12.5 0.27 0.65
Hex BF 99 8F 0 14 19 19 C 1B 41
Octal 277 231 217 0 24 31 31 14 33 101
Binary 10111111 10011001 10001111 0 10100 11001 11001 1100 11011 1000001

Color Harmonies of #BF998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF998F

Black with #BF998F

Text Example


Text Example

White with #BF998F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF998F; }

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

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

background-color css

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

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

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

border-color css

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

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

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