#BD8E72

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

Shades of Pale Taupe #BD8E72

Tints of Pale Taupe #BD8E72

Color information

#BD8E72 (or 0xBD8E72) is unknown color: approx Pale Taupe. HEX triplet: BD, 8E and 72. RGB value is (189,142,114). Sum of RGB (Red+Green+Blue) = 189+142+114=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8E72 is #42718D. Grayscale: #999999. Windows color (decimal): -4354446 or 7507645. OLE color: 7507645.

HSL color Cylindrical-coordinate representation of color #BD8E72: hue angle of 22.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD8E72 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB189142114-
CMYK00.250.400.26
HSL22.4º36.23%59.41%-
HSV(B)22.4º39.68%74.12%-
XYZ33.731.3820.2-
YUV152.86106.07153.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.47%
GREEN value IS 142 (55.86% from 255) = 31.91%
BLUE value IS 114 (44.92% from 255) = 25.62%
R=42.47%
G=31.91%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914211400.250.400.2622.436.2359.41
HexBD8E72019281A16243b
Octal2752161620315032264473
Binary101111011000111011100100110011010001101010110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8E72; }

 p { color: rgb(189,142,114); }

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

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

 a { background-color: rgb(189,142,114); }

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

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

 span { border-color: rgb(189,142,114); }

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