Html Css Color HEX #BC987C Pale Taupe

📋 copy color: '#BC987C'

red 188 ◦ green 152 ◦ blue 124

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

Shades of Pale Taupe #BC987C

Tints of Pale Taupe #BC987C

RGB

 RED value IS 188 (73.83% from 255) = 40.52%

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

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

R = 40.52%
G = 32.76%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC987C (or 0xBC987C) is known color: Pale Taupe. HEX triplet: BC, 98 and 7C. RGB value is (188,152,124). Sum of RGB (Red+Green+Blue) = 188+152+124=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC987C is #436783. Grayscale: #9F9F9F. Windows color (decimal): -4417412 or 8165564. OLE color: 8165564.

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

Color convert

RGB 188 152 124 -
CMYK 0 0.19 0.34 0.26
HSL 26.25º 0.32% 0.61% -
HSV(B) 26.25º 0.34% 0.74% -
XYZ 35.61 34.6 23.87 -
YUV 159.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 188 152 124 0 0.19 0.34 0.26 26.25 0.32 0.61
Hex BC 98 7C 0 13 22 1A 1A 20 3D
Octal 274 230 174 0 23 42 32 32 40 75
Binary 10111100 10011000 1111100 0 10011 100010 11010 11010 100000 111101

Color Harmonies of #BC987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC987C

Black with #BC987C

Text Example


Text Example

White with #BC987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC987C; }

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

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

background-color css

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

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

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

border-color css

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

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

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