#BDB73A

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

Shades of Old Gold #BDB73A

Tints of Old Gold #BDB73A

Color information

#BDB73A (or 0xBDB73A) is unknown color: approx Old Gold. HEX triplet: BD, B7 and 3A. RGB value is (189,183,58). Sum of RGB (Red+Green+Blue) = 189+183+58=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB73A is #4248C5. Grayscale: #ABABAB. Windows color (decimal): -4344006 or 3848125. OLE color: 3848125.

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

Color convert

RGB18918358-
CMYK00.030.690.26
HSL57.25º53.04%48.43%-
HSV(B)57.25º69.31%74.12%-
XYZ38.6844.9910.65-
YUV170.5464.49141.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.95%
GREEN value IS 183 (71.88% from 255) = 42.56%
BLUE value IS 58 (23.05% from 255) = 13.49%
R=43.95%
G=42.56%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891835800.030.690.2657.2553.0448.43
HexBDB73A03451A393530
Octal275267720310532716560
Binary1011110110110111111010011100010111010111001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB73A; }

 p { color: rgb(189,183,58); }

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

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

 a { background-color: rgb(189,183,58); }

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

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

 span { border-color: rgb(189,183,58); }

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