#BDB73B

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

Shades of Old Gold #BDB73B

Tints of Old Gold #BDB73B

Color information

#BDB73B (or 0xBDB73B) is unknown color: approx Old Gold. HEX triplet: BD, B7 and 3B. RGB value is (189,183,59). Sum of RGB (Red+Green+Blue) = 189+183+59=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 59 (23.44% from 255 or 13.69% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB73B is #4248C4. Grayscale: #ABABAB. Windows color (decimal): -4344005 or 3913661. OLE color: 3913661.

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

Color convert

RGB18918359-
CMYK00.030.690.26
HSL57.23º52.42%48.63%-
HSV(B)57.23º68.78%74.12%-
XYZ38.714510.78-
YUV170.6664.99141.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 183 (71.88% from 255) = 42.46%
BLUE value IS 59 (23.44% from 255) = 13.69%
R=43.85%
G=42.46%
B=13.69%

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
Decimal1891835900.030.690.2657.2352.4248.63
HexBDB73B03451A393431
Octal275267730310532716461
Binary1011110110110111111011011100010111010111001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB73B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB73B; }

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

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

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

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

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

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

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

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