#BD9B83

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

Shades of Pale Taupe #BD9B83

Tints of Pale Taupe #BD9B83

Color information

#BD9B83 (or 0xBD9B83) is unknown color: approx Pale Taupe. HEX triplet: BD, 9B and 83. RGB value is (189,155,131). Sum of RGB (Red+Green+Blue) = 189+155+131=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9B83 is #42647C. Grayscale: #A2A2A2. Windows color (decimal): -4351101 or 8625085. OLE color: 8625085.

HSL color Cylindrical-coordinate representation of color #BD9B83: hue angle of 24.83º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD9B83 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB189155131-
CMYK00.180.310.26
HSL24.83º30.53%62.75%-
HSV(B)24.83º30.69%74.12%-
XYZ36.835.926.46-
YUV162.43110.26146.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 155 (60.94% from 255) = 32.63%
BLUE value IS 131 (51.56% from 255) = 27.58%
R=39.79%
G=32.63%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915513100.180.310.2624.8330.5362.75
HexBD9B830121F1A191f3f
Octal2752332030223732313777
Binary10111101100110111000001101001011111110101100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9B83; }

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

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

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

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

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

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

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

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