#BD9073

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

Shades of Pale Taupe #BD9073

Tints of Pale Taupe #BD9073

Color information

#BD9073 (or 0xBD9073) is unknown color: approx Pale Taupe. HEX triplet: BD, 90 and 73. RGB value is (189,144,115). Sum of RGB (Red+Green+Blue) = 189+144+115=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9073 is #426F8C. Grayscale: #9A9A9A. Windows color (decimal): -4353933 or 7573693. OLE color: 7573693.

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

Color convert

RGB189144115-
CMYK00.240.390.26
HSL23.51º35.92%59.61%-
HSV(B)23.51º39.15%74.12%-
XYZ34.053220.6-
YUV154.15105.91152.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.19%
GREEN value IS 144 (56.64% from 255) = 32.14%
BLUE value IS 115 (45.31% from 255) = 25.67%
R=42.19%
G=32.14%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914411500.240.390.2623.5135.9259.61
HexBD9073018271A18243c
Octal2752201630304732304474
Binary101111011001000011100110110001001111101011000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9073; }

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

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

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

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

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

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

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

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