Html Css Color HEX #BC917C Pale Taupe

📋 copy color: '#BC917C'

red 188 ◦ green 145 ◦ blue 124

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

Shades of Pale Taupe #BC917C

Tints of Pale Taupe #BC917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.73%

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

R = 41.14%
G = 31.73%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC917C (or 0xBC917C) is known color: Pale Taupe. HEX triplet: BC, 91 and 7C. RGB value is (188,145,124). Sum of RGB (Red+Green+Blue) = 188+145+124=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC917C is #436E83. Grayscale: #9B9B9B. Windows color (decimal): -4419204 or 8163772. OLE color: 8163772.

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

Color convert

RGB 188 145 124 -
CMYK 0 0.23 0.34 0.26
HSL 19.69º 0.32% 0.61% -
HSV(B) 19.69º 0.34% 0.74% -
XYZ 34.5 32.4 23.5 -
YUV 155.46 110.25 151.21 -
System Red Green Blue C M Y K H S L
Decimal 188 145 124 0 0.23 0.34 0.26 19.69 0.32 0.61
Hex BC 91 7C 0 17 22 1A 14 20 3D
Octal 274 221 174 0 27 42 32 24 40 75
Binary 10111100 10010001 1111100 0 10111 100010 11010 10100 100000 111101

Color Harmonies of #BC917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC917C

Black with #BC917C

Text Example


Text Example

White with #BC917C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC917C; }

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

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

background-color css

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

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

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

border-color css

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

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

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