#BD9B7B

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

Shades of Pale Taupe #BD9B7B

Tints of Pale Taupe #BD9B7B

Color information

#BD9B7B (or 0xBD9B7B) is unknown color: approx Pale Taupe. HEX triplet: BD, 9B and 7B. RGB value is (189,155,123). Sum of RGB (Red+Green+Blue) = 189+155+123=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9B7B is #426484. Grayscale: #A1A1A1. Windows color (decimal): -4351109 or 8100797. OLE color: 8100797.

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

Color convert

RGB189155123-
CMYK00.180.350.26
HSL29.09º33.33%61.18%-
HSV(B)29.09º34.92%74.12%-
XYZ36.2835.6923.72-
YUV161.52106.26147.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.47%
GREEN value IS 155 (60.94% from 255) = 33.19%
BLUE value IS 123 (48.44% from 255) = 26.34%
R=40.47%
G=33.19%
B=26.34%

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
Decimal18915512300.180.350.2629.0933.3361.18
HexBD9B7B012231A1d213d
Octal2752331730224332354175
Binary101111011001101111110110100101000111101011101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9B7B; }

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

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

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

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

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

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

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

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