#BD8C73

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

Shades of Pale Taupe #BD8C73

Tints of Pale Taupe #BD8C73

Color information

#BD8C73 (or 0xBD8C73) is unknown color: approx Pale Taupe. HEX triplet: BD, 8C and 73. RGB value is (189,140,115). Sum of RGB (Red+Green+Blue) = 189+140+115=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8C73 is #42738C. Grayscale: #979797. Windows color (decimal): -4354957 or 7572669. OLE color: 7572669.

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

Color convert

RGB189140115-
CMYK00.260.390.26
HSL20.27º35.92%59.61%-
HSV(B)20.27º39.15%74.12%-
XYZ33.4630.8120.4-
YUV151.8107.23154.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.57%
GREEN value IS 140 (55.08% from 255) = 31.53%
BLUE value IS 115 (45.31% from 255) = 25.90%
R=42.57%
G=31.53%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914011500.260.390.2620.2735.9259.61
HexBD8C7301A271A14243c
Octal2752141630324732244474
Binary101111011000110011100110110101001111101010100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8C73; }

 p { color: rgb(189,140,115); }

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

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

 a { background-color: rgb(189,140,115); }

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

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

 span { border-color: rgb(189,140,115); }

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