#BDBA3B

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

Shades of Old Gold #BDBA3B

Tints of Old Gold #BDBA3B

Color information

#BDBA3B (or 0xBDBA3B) is unknown color: approx Old Gold. HEX triplet: BD, BA and 3B. RGB value is (189,186,59). Sum of RGB (Red+Green+Blue) = 189+186+59=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 59 (23.44% from 255 or 13.59% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA3B is #4245C4. Grayscale: #ACACAC. Windows color (decimal): -4343237 or 3914429. OLE color: 3914429.

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

Color convert

RGB18918659-
CMYK00.020.690.26
HSL58.62º52.42%48.63%-
HSV(B)58.62º68.78%74.12%-
XYZ39.3346.2510.99-
YUV172.4263.99139.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.55%
GREEN value IS 186 (73.05% from 255) = 42.86%
BLUE value IS 59 (23.44% from 255) = 13.59%
R=43.55%
G=42.86%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891865900.020.690.2658.6252.4248.63
HexBDBA3B02451A3b3431
Octal275272730210532736461
Binary1011110110111010111011010100010111010111011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA3B; }

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

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

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

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

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

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

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

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