#BDB931

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

Shades of Old Gold #BDB931

Tints of Old Gold #BDB931

Color information

#BDB931 (or 0xBDB931) is unknown color: approx Old Gold. HEX triplet: BD, B9 and 31. RGB value is (189,185,49). Sum of RGB (Red+Green+Blue) = 189+185+49=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB931 is #4246CE. Grayscale: #ABABAB. Windows color (decimal): -4343503 or 3258813. OLE color: 3258813.

HSL color Cylindrical-coordinate representation of color #BDB931: hue angle of 58.29º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDB931 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB18918549-
CMYK00.020.740.26
HSL58.29º58.82%46.67%-
HSV(B)58.29º74.07%74.12%-
XYZ38.8945.749.68-
YUV170.6959.33141.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.68%
GREEN value IS 185 (72.66% from 255) = 43.74%
BLUE value IS 49 (19.53% from 255) = 11.58%
R=44.68%
G=43.74%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891854900.020.740.2658.2958.8246.67
HexBDB931024A1A3a3b2f
Octal275271610211232727357
Binary1011110110111001110001010100101011010111010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB931; }

 p { color: rgb(189,185,49); }

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

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

 a { background-color: rgb(189,185,49); }

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

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

 span { border-color: rgb(189,185,49); }

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