Html Css Color HEX #BD957D Pale Taupe

📋 copy color: '#BD957D'

red 189 ◦ green 149 ◦ blue 125

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

Shades of Pale Taupe #BD957D

Tints of Pale Taupe #BD957D

RGB

 RED value IS 189 (74.22% from 255) = 40.82%

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

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

R = 40.82%
G = 32.18%
B = 27%

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

#BD957D (or 0xBD957D) is known color: Pale Taupe. HEX triplet: BD, 95 and 7D. RGB value is (189,149,125). Sum of RGB (Red+Green+Blue) = 189+149+125=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD957D is #426A82. Grayscale: #9E9E9E. Windows color (decimal): -4352643 or 8230333. OLE color: 8230333.

HSL color Cylindrical-coordinate representation of color #BD957D: hue angle of 22.5º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD957D is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 149 125 -
CMYK 0 0.21 0.34 0.26
HSL 22.5º 0.33% 0.62% -
HSV(B) 22.5º 0.34% 0.74% -
XYZ 35.44 33.79 24.06 -
YUV 158.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 189 149 125 0 0.21 0.34 0.26 22.5 0.33 0.62
Hex BD 95 7D 0 15 22 1A 16 21 3E
Octal 275 225 175 0 25 42 32 26 41 76
Binary 10111101 10010101 1111101 0 10101 100010 11010 10110 100001 111110

Color Harmonies of #BD957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD957D

Black with #BD957D

Text Example


Text Example

White with #BD957D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD957D; }

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

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

background-color css

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

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

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

border-color css

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

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

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