#BD907D

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

Shades of Pale Taupe #BD907D

Tints of Pale Taupe #BD907D

Color information

#BD907D (or 0xBD907D) is unknown color: approx Pale Taupe. HEX triplet: BD, 90 and 7D. RGB value is (189,144,125). Sum of RGB (Red+Green+Blue) = 189+144+125=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD907D is #426F82. Grayscale: #9B9B9B. Windows color (decimal): -4353923 or 8229053. OLE color: 8229053.

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

Color convert

RGB189144125-
CMYK00.240.340.26
HSL17.81º32.65%61.57%-
HSV(B)17.81º33.86%74.12%-
XYZ34.6632.2523.8-
YUV155.29110.91152.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.27%
GREEN value IS 144 (56.64% from 255) = 31.44%
BLUE value IS 125 (49.22% from 255) = 27.29%
R=41.27%
G=31.44%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914412500.240.340.2617.8132.6561.57
HexBD907D018221A12213e
Octal2752201750304232224176
Binary101111011001000011111010110001000101101010010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD907D; }

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

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

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

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

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

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

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

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