#BDB836

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

Shades of Old Gold #BDB836

Tints of Old Gold #BDB836

Color information

#BDB836 (or 0xBDB836) is unknown color: approx Old Gold. HEX triplet: BD, B8 and 36. RGB value is (189,184,54). Sum of RGB (Red+Green+Blue) = 189+184+54=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 54 (21.48% from 255 or 12.65% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB836 is #4247C9. Grayscale: #ABABAB. Windows color (decimal): -4343754 or 3586237. OLE color: 3586237.

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

Color convert

RGB18918454-
CMYK00.030.710.26
HSL57.78º55.56%47.65%-
HSV(B)57.78º71.43%74.12%-
XYZ38.7945.3710.2-
YUV170.6862.16141.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.26%
GREEN value IS 184 (72.27% from 255) = 43.09%
BLUE value IS 54 (21.48% from 255) = 12.65%
R=44.26%
G=43.09%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891845400.030.710.2657.7855.5647.65
HexBDB83603471A3a3830
Octal275270660310732727060
Binary1011110110111000110110011100011111010111010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB836; }

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

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

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

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

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

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

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

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