Html Css Color HEX #BD987C Pale Taupe

📋 copy color: '#BD987C'

red 189 ◦ green 152 ◦ blue 124

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

Shades of Pale Taupe #BD987C

Tints of Pale Taupe #BD987C

RGB

 RED value IS 189 (74.22% from 255) = 40.65%

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

 BLUE value IS 124 (48.83% from 255) = 26.67%

R = 40.65%
G = 32.69%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD987C (or 0xBD987C) is known color: Pale Taupe. HEX triplet: BD, 98 and 7C. RGB value is (189,152,124). Sum of RGB (Red+Green+Blue) = 189+152+124=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD987C is #426783. Grayscale: #A0A0A0. Windows color (decimal): -4351876 or 8165565. OLE color: 8165565.

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

Color convert

RGB 189 152 124 -
CMYK 0 0.20 0.34 0.26
HSL 25.85º 0.33% 0.61% -
HSV(B) 25.85º 0.34% 0.74% -
XYZ 35.85 34.73 23.88 -
YUV 159.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 189 152 124 0 0.20 0.34 0.26 25.85 0.33 0.61
Hex BD 98 7C 0 14 22 1A 1A 21 3D
Octal 275 230 174 0 24 42 32 32 41 75
Binary 10111101 10011000 1111100 0 10100 100010 11010 11010 100001 111101

Color Harmonies of #BD987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD987C

Black with #BD987C

Text Example


Text Example

White with #BD987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD987C; }

 p { color: rgb(189,152,124); }

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

background-color css

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

 a { background-color: rgb(189,152,124); }

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

border-color css

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

 span { border-color: rgb(189,152,124); }

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