#BD907A

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

Shades of Pale Taupe #BD907A

Tints of Pale Taupe #BD907A

Color information

#BD907A (or 0xBD907A) is unknown color: approx Pale Taupe. HEX triplet: BD, 90 and 7A. RGB value is (189,144,122). Sum of RGB (Red+Green+Blue) = 189+144+122=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD907A is #426F85. Grayscale: #9B9B9B. Windows color (decimal): -4353926 or 8032445. OLE color: 8032445.

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

Color convert

RGB189144122-
CMYK00.240.350.26
HSL19.7º33.67%60.98%-
HSV(B)19.7º35.45%74.12%-
XYZ34.4732.1722.8-
YUV154.95109.41152.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.54%
GREEN value IS 144 (56.64% from 255) = 31.65%
BLUE value IS 122 (48.05% from 255) = 26.81%
R=41.54%
G=31.65%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914412200.240.350.2619.733.6760.98
HexBD907A018231A14223d
Octal2752201720304332244275
Binary101111011001000011110100110001000111101010100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD907A; }

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

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

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

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

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

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

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

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