Html Css Color HEX #BD937C Pale Taupe

📋 copy color: '#BD937C'

red 189 ◦ green 147 ◦ blue 124

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

Shades of Pale Taupe #BD937C

Tints of Pale Taupe #BD937C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.96%

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

R = 41.09%
G = 31.96%
B = 26.96%

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

#BD937C (or 0xBD937C) is known color: Pale Taupe. HEX triplet: BD, 93 and 7C. RGB value is (189,147,124). Sum of RGB (Red+Green+Blue) = 189+147+124=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD937C is #426C83. Grayscale: #9D9D9D. Windows color (decimal): -4353156 or 8164285. OLE color: 8164285.

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

Color convert

RGB 189 147 124 -
CMYK 0 0.22 0.34 0.26
HSL 21.23º 0.33% 0.61% -
HSV(B) 21.23º 0.34% 0.74% -
XYZ 35.06 33.14 23.62 -
YUV 156.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 189 147 124 0 0.22 0.34 0.26 21.23 0.33 0.61
Hex BD 93 7C 0 16 22 1A 15 21 3D
Octal 275 223 174 0 26 42 32 25 41 75
Binary 10111101 10010011 1111100 0 10110 100010 11010 10101 100001 111101

Color Harmonies of #BD937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD937C

Black with #BD937C

Text Example


Text Example

White with #BD937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD937C; }

 p { color: rgb(189,147,124); }

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

background-color css

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

 a { background-color: rgb(189,147,124); }

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

border-color css

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

 span { border-color: rgb(189,147,124); }

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