Html Css Color HEX #BC927C Pale Taupe

📋 copy color: '#BC927C'

red 188 ◦ green 146 ◦ blue 124

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

Shades of Pale Taupe #BC927C

Tints of Pale Taupe #BC927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.88%

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

R = 41.05%
G = 31.88%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC927C (or 0xBC927C) is known color: Pale Taupe. HEX triplet: BC, 92 and 7C. RGB value is (188,146,124). Sum of RGB (Red+Green+Blue) = 188+146+124=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC927C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC927C is #436D83. Grayscale: #9C9C9C. Windows color (decimal): -4418948 or 8164028. OLE color: 8164028.

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

Color convert

RGB 188 146 124 -
CMYK 0 0.22 0.34 0.26
HSL 20.63º 0.32% 0.61% -
HSV(B) 20.63º 0.34% 0.74% -
XYZ 34.66 32.7 23.55 -
YUV 156.05 109.91 150.79 -
System Red Green Blue C M Y K H S L
Decimal 188 146 124 0 0.22 0.34 0.26 20.63 0.32 0.61
Hex BC 92 7C 0 16 22 1A 15 20 3D
Octal 274 222 174 0 26 42 32 25 40 75
Binary 10111100 10010010 1111100 0 10110 100010 11010 10101 100000 111101

Color Harmonies of #BC927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC927C

Black with #BC927C

Text Example


Text Example

White with #BC927C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC927C; }

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

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

background-color css

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

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

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

border-color css

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

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

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