Html Css Color HEX #BC907C Pale Taupe

📋 copy color: '#BC907C'

red 188 ◦ green 144 ◦ blue 124

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

Shades of Pale Taupe #BC907C

Tints of Pale Taupe #BC907C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.58%

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

R = 41.23%
G = 31.58%
B = 27.19%

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

#BC907C (or 0xBC907C) is known color: Pale Taupe. HEX triplet: BC, 90 and 7C. RGB value is (188,144,124). Sum of RGB (Red+Green+Blue) = 188+144+124=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC907C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC907C is #436F83. Grayscale: #9B9B9B. Windows color (decimal): -4419460 or 8163516. OLE color: 8163516.

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

Color convert

RGB 188 144 124 -
CMYK 0 0.23 0.34 0.26
HSL 18.75º 0.32% 0.61% -
HSV(B) 18.75º 0.34% 0.74% -
XYZ 34.35 32.09 23.45 -
YUV 154.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 188 144 124 0 0.23 0.34 0.26 18.75 0.32 0.61
Hex BC 90 7C 0 17 22 1A 13 20 3D
Octal 274 220 174 0 27 42 32 23 40 75
Binary 10111100 10010000 1111100 0 10111 100010 11010 10011 100000 111101

Color Harmonies of #BC907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC907C

Black with #BC907C

Text Example


Text Example

White with #BC907C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC907C; }

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

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

background-color css

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

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

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

border-color css

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

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

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