Html Css Color HEX #BF987E Pale Taupe

📋 copy color: '#BF987E'

red 191 ◦ green 152 ◦ blue 126

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

Shades of Pale Taupe #BF987E

Tints of Pale Taupe #BF987E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.87%

R = 40.72%
G = 32.41%
B = 26.87%

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

#BF987E (or 0xBF987E) is known color: Pale Taupe. HEX triplet: BF, 98 and 7E. RGB value is (191,152,126). Sum of RGB (Red+Green+Blue) = 191+152+126=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BF987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF987E is #406781. Grayscale: #A0A0A0. Windows color (decimal): -4220802 or 8296639. OLE color: 8296639.

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

Color convert

RGB 191 152 126 -
CMYK 0 0.20 0.34 0.25
HSL 24º 0.34% 0.62% -
HSV(B) 24º 0.34% 0.75% -
XYZ 36.48 35.04 24.58 -
YUV 160.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 191 152 126 0 0.20 0.34 0.25 24 0.34 0.62
Hex BF 98 7E 0 14 22 19 18 22 3E
Octal 277 230 176 0 24 42 31 30 42 76
Binary 10111111 10011000 1111110 0 10100 100010 11001 11000 100010 111110

Color Harmonies of #BF987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF987E

Black with #BF987E

Text Example


Text Example

White with #BF987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF987E; }

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

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

background-color css

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

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

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

border-color css

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

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

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