#BDB935

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

Shades of Old Gold #BDB935

Tints of Old Gold #BDB935

Color information

#BDB935 (or 0xBDB935) is unknown color: approx Old Gold. HEX triplet: BD, B9 and 35. RGB value is (189,185,53). Sum of RGB (Red+Green+Blue) = 189+185+53=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 53 (21.09% from 255 or 12.41% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB935 is #4246CA. Grayscale: #ABABAB. Windows color (decimal): -4343499 or 3520957. OLE color: 3520957.

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

Color convert

RGB18918553-
CMYK00.020.720.26
HSL58.24º56.2%47.45%-
HSV(B)58.24º71.96%74.12%-
XYZ38.9845.7710.15-
YUV171.1561.33140.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.26%
GREEN value IS 185 (72.66% from 255) = 43.33%
BLUE value IS 53 (21.09% from 255) = 12.41%
R=44.26%
G=43.33%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891855300.020.720.2658.2456.247.45
HexBDB93502481A3a382f
Octal275271650211032727057
Binary1011110110111001110101010100100011010111010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB935; }

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

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

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

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

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

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

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

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