#BD9B7A

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

Shades of Pale Taupe #BD9B7A

Tints of Pale Taupe #BD9B7A

Color information

#BD9B7A (or 0xBD9B7A) is unknown color: approx Pale Taupe. HEX triplet: BD, 9B and 7A. RGB value is (189,155,122). Sum of RGB (Red+Green+Blue) = 189+155+122=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9B7A is #426485. Grayscale: #A1A1A1. Windows color (decimal): -4351110 or 8035261. OLE color: 8035261.

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

Color convert

RGB189155122-
CMYK00.180.350.26
HSL29.55º33.67%60.98%-
HSV(B)29.55º35.45%74.12%-
XYZ36.2235.6723.39-
YUV161.4105.76147.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.56%
GREEN value IS 155 (60.94% from 255) = 33.26%
BLUE value IS 122 (48.05% from 255) = 26.18%
R=40.56%
G=33.26%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915512200.180.350.2629.5533.6760.98
HexBD9B7A012231A1e223d
Octal2752331720224332364275
Binary101111011001101111110100100101000111101011110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9B7A; }

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

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

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

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

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

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

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

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