#BDB831

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

Shades of Old Gold #BDB831

Tints of Old Gold #BDB831

Color information

#BDB831 (or 0xBDB831) is unknown color: approx Old Gold. HEX triplet: BD, B8 and 31. RGB value is (189,184,49). Sum of RGB (Red+Green+Blue) = 189+184+49=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 49 (19.53% from 255 or 11.61% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB831 is #4247CE. Grayscale: #AAAAAA. Windows color (decimal): -4343759 or 3258557. OLE color: 3258557.

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

Color convert

RGB18918449-
CMYK00.030.740.26
HSL57.86º58.82%46.67%-
HSV(B)57.86º74.07%74.12%-
XYZ38.6845.329.61-
YUV170.159.66141.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.79%
GREEN value IS 184 (72.27% from 255) = 43.60%
BLUE value IS 49 (19.53% from 255) = 11.61%
R=44.79%
G=43.60%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891844900.030.740.2657.8658.8246.67
HexBDB831034A1A3a3b2f
Octal275270610311232727357
Binary1011110110111000110001011100101011010111010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB831; }

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

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

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

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

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

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

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

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