#BDAC59

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

Shades of Gimblet #BDAC59

Tints of Gimblet #BDAC59

Color information

#BDAC59 (or 0xBDAC59) is unknown color: approx Gimblet. HEX triplet: BD, AC and 59. RGB value is (189,172,89). Sum of RGB (Red+Green+Blue) = 189+172+89=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 89 (35.16% from 255 or 19.78% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC59 is #4253A6. Grayscale: #A7A7A7. Windows color (decimal): -4346791 or 5876925. OLE color: 5876925.

HSL color Cylindrical-coordinate representation of color #BDAC59: hue angle of 49.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDAC59 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB18917289-
CMYK00.090.530.26
HSL49.8º43.1%54.51%-
HSV(B)49.8º52.91%74.12%-
XYZ37.5441.0515.4-
YUV167.6283.63143.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42%
GREEN value IS 172 (67.58% from 255) = 38.22%
BLUE value IS 89 (35.16% from 255) = 19.78%
R=42%
G=38.22%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891728900.090.530.2649.843.154.51
HexBDAC5909351A322b37
Octal2752541310116532625367
Binary101111011010110010110010100111010111010110010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC59; }

 p { color: rgb(189,172,89); }

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

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

 a { background-color: rgb(189,172,89); }

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

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

 span { border-color: rgb(189,172,89); }

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