#bdbb31

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

Shades of Old Gold #BDBB31

Tints of Old Gold #BDBB31

Color information

#BDBB31 (or 0xBDBB31) is unknown color: approx Old Gold. HEX triplet: BD, BB and 31. RGB value is (189,187,49). Sum of RGB (Red+Green+Blue) = 189+187+49=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 49 (19.53% from 255 or 11.53% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB31 is #4244CE. Grayscale: #ACACAC. Windows color (decimal): -4342991 or 3259325. OLE color: 3259325.

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

Color convert

RGB18918749-
CMYK00.010.740.26
HSL59.14º58.82%46.67%-
HSV(B)59.14º74.07%74.12%-
XYZ39.3146.589.82-
YUV171.8758.66140.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.47%
GREEN value IS 187 (73.44% from 255) = 44%
BLUE value IS 49 (19.53% from 255) = 11.53%
R=44.47%
G=44%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891874900.010.740.2659.1458.8246.67
HexBDBB31014A1A3b3b2f
Octal275273610111232737357
Binary101111011011101111000101100101011010111011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdbb31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdbb31; }

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

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

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

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

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

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

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

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