Html Css Color HEX #BC957D Pale Taupe

📋 copy color: '#BC957D'

red 188 ◦ green 149 ◦ blue 125

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

Shades of Pale Taupe #BC957D

Tints of Pale Taupe #BC957D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.25%

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

R = 40.69%
G = 32.25%
B = 27.06%

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

#BC957D (or 0xBC957D) is known color: Pale Taupe. HEX triplet: BC, 95 and 7D. RGB value is (188,149,125). Sum of RGB (Red+Green+Blue) = 188+149+125=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC957D is #436A82. Grayscale: #9E9E9E. Windows color (decimal): -4418179 or 8230332. OLE color: 8230332.

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

Color convert

RGB 188 149 125 -
CMYK 0 0.21 0.34 0.26
HSL 22.86º 0.32% 0.61% -
HSV(B) 22.86º 0.34% 0.74% -
XYZ 35.19 33.67 24.05 -
YUV 157.93 109.42 149.45 -
System Red Green Blue C M Y K H S L
Decimal 188 149 125 0 0.21 0.34 0.26 22.86 0.32 0.61
Hex BC 95 7D 0 15 22 1A 17 20 3D
Octal 274 225 175 0 25 42 32 27 40 75
Binary 10111100 10010101 1111101 0 10101 100010 11010 10111 100000 111101

Color Harmonies of #BC957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC957D

Black with #BC957D

Text Example


Text Example

White with #BC957D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC957D; }

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

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

background-color css

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

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

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

border-color css

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

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

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