Html Css Color HEX #BF987F Pale Taupe

📋 copy color: '#BF987F'

red 191 ◦ green 152 ◦ blue 127

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

Shades of Pale Taupe #BF987F

Tints of Pale Taupe #BF987F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.02%

R = 40.64%
G = 32.34%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF987F (or 0xBF987F) is known color: Pale Taupe. HEX triplet: BF, 98 and 7F. RGB value is (191,152,127). Sum of RGB (Red+Green+Blue) = 191+152+127=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF987F is #406780. Grayscale: #A0A0A0. Windows color (decimal): -4220801 or 8362175. OLE color: 8362175.

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

Color convert

RGB 191 152 127 -
CMYK 0 0.20 0.34 0.25
HSL 23.44º 0.33% 0.62% -
HSV(B) 23.44º 0.34% 0.75% -
XYZ 36.54 35.07 24.92 -
YUV 160.81 108.92 149.53 -
System Red Green Blue C M Y K H S L
Decimal 191 152 127 0 0.20 0.34 0.25 23.44 0.33 0.62
Hex BF 98 7F 0 14 22 19 17 21 3E
Octal 277 230 177 0 24 42 31 27 41 76
Binary 10111111 10011000 1111111 0 10100 100010 11001 10111 100001 111110

Color Harmonies of #BF987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF987F

Black with #BF987F

Text Example


Text Example

White with #BF987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF987F; }

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

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

background-color css

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

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

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

border-color css

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

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

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