Html Css Color HEX #BC947D Pale Taupe

📋 copy color: '#BC947D'

red 188 ◦ green 148 ◦ blue 125

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

Shades of Pale Taupe #BC947D

Tints of Pale Taupe #BC947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.1%

 BLUE value IS 125 (49.22% from 255) = 27.11%

R = 40.78%
G = 32.1%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC947D (or 0xBC947D) is known color: Pale Taupe. HEX triplet: BC, 94 and 7D. RGB value is (188,148,125). Sum of RGB (Red+Green+Blue) = 188+148+125=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC947D is #436B82. Grayscale: #9D9D9D. Windows color (decimal): -4418435 or 8230076. OLE color: 8230076.

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

Color convert

RGB 188 148 125 -
CMYK 0 0.21 0.34 0.26
HSL 21.9º 0.32% 0.61% -
HSV(B) 21.9º 0.34% 0.74% -
XYZ 35.03 33.35 23.99 -
YUV 157.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 188 148 125 0 0.21 0.34 0.26 21.9 0.32 0.61
Hex BC 94 7D 0 15 22 1A 16 20 3D
Octal 274 224 175 0 25 42 32 26 40 75
Binary 10111100 10010100 1111101 0 10101 100010 11010 10110 100000 111101

Color Harmonies of #BC947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC947D

Black with #BC947D

Text Example


Text Example

White with #BC947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC947D; }

 p { color: rgb(188,148,125); }

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

background-color css

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

 a { background-color: rgb(188,148,125); }

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

border-color css

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

 span { border-color: rgb(188,148,125); }

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