#BDB83A

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

Shades of Old Gold #BDB83A

Tints of Old Gold #BDB83A

Color information

#BDB83A (or 0xBDB83A) is unknown color: approx Old Gold. HEX triplet: BD, B8 and 3A. RGB value is (189,184,58). Sum of RGB (Red+Green+Blue) = 189+184+58=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB83A is #4247C5. Grayscale: #ABABAB. Windows color (decimal): -4343750 or 3848381. OLE color: 3848381.

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

Color convert

RGB18918458-
CMYK00.030.690.26
HSL57.71º53.04%48.43%-
HSV(B)57.71º69.31%74.12%-
XYZ38.8945.4110.72-
YUV171.1364.16140.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 184 (72.27% from 255) = 42.69%
BLUE value IS 58 (23.05% from 255) = 13.46%
R=43.85%
G=42.69%
B=13.46%

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
Decimal1891845800.030.690.2657.7153.0448.43
HexBDB83A03451A3a3530
Octal275270720310532726560
Binary1011110110111000111010011100010111010111010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB83A; }

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

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

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

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

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

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

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

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