Html Css Color HEX #BF987A Pale Taupe

📋 copy color: '#BF987A'

red 191 ◦ green 152 ◦ blue 122

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

Shades of Pale Taupe #BF987A

Tints of Pale Taupe #BF987A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.24%

R = 41.08%
G = 32.69%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF987A (or 0xBF987A) is known color: Pale Taupe. HEX triplet: BF, 98 and 7A. RGB value is (191,152,122). Sum of RGB (Red+Green+Blue) = 191+152+122=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF987A is #406785. Grayscale: #A0A0A0. Windows color (decimal): -4220806 or 8034495. OLE color: 8034495.

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

Color convert

RGB 191 152 122 -
CMYK 0 0.20 0.36 0.25
HSL 26.09º 0.35% 0.61% -
HSV(B) 26.09º 0.36% 0.75% -
XYZ 36.23 34.94 23.25 -
YUV 160.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 191 152 122 0 0.20 0.36 0.25 26.09 0.35 0.61
Hex BF 98 7A 0 14 24 19 1A 23 3D
Octal 277 230 172 0 24 44 31 32 43 75
Binary 10111111 10011000 1111010 0 10100 100100 11001 11010 100011 111101

Color Harmonies of #BF987A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF987A

Black with #BF987A

Text Example


Text Example

White with #BF987A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF987A; }

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

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

background-color css

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

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

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

border-color css

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

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

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