#BD917C

Color #BD917C Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #BD917C

Tints of Pale Taupe #BD917C

Color information

#BD917C (or 0xBD917C) is unknown color: approx Pale Taupe. HEX triplet: BD, 91 and 7C. RGB value is (189,145,124). Sum of RGB (Red+Green+Blue) = 189+145+124=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD917C is #426E83. Grayscale: #9B9B9B. Windows color (decimal): -4353668 or 8163773. OLE color: 8163773.

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

Color convert

RGB189145124-
CMYK00.230.340.26
HSL19.38º32.99%61.37%-
HSV(B)19.38º34.39%74.12%-
XYZ34.7532.5223.52-
YUV155.76110.08151.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.27%
GREEN value IS 145 (57.03% from 255) = 31.66%
BLUE value IS 124 (48.83% from 255) = 27.07%
R=41.27%
G=31.66%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914512400.230.340.2619.3832.9961.37
HexBD917C017221A13213d
Octal2752211740274232234175
Binary101111011001000111111000101111000101101010011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD917C; }

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

 H1.HeaderClassName
 {
   color: #BD917C;
 }
 .AnyTagClassName
 {
   color: #BD917C;
 }
</style>
background-color css

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

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

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

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

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

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