#BDB632

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

Shades of Old Gold #BDB632

Tints of Old Gold #BDB632

Color information

#BDB632 (or 0xBDB632) is unknown color: approx Old Gold. HEX triplet: BD, B6 and 32. RGB value is (189,182,50). Sum of RGB (Red+Green+Blue) = 189+182+50=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB632 is #4249CD. Grayscale: #A9A9A9. Windows color (decimal): -4344270 or 3323581. OLE color: 3323581.

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

Color convert

RGB18918250-
CMYK00.040.740.26
HSL56.98º58.16%46.86%-
HSV(B)56.98º73.54%74.12%-
XYZ38.2944.519.59-
YUV169.0460.82142.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.89%
GREEN value IS 182 (71.48% from 255) = 43.23%
BLUE value IS 50 (19.92% from 255) = 11.88%
R=44.89%
G=43.23%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891825000.040.740.2656.9858.1646.86
HexBDB632044A1A393a2f
Octal275266620411232717257
Binary10111101101101101100100100100101011010111001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB632; }

 p { color: rgb(189,182,50); }

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

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

 a { background-color: rgb(189,182,50); }

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

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

 span { border-color: rgb(189,182,50); }

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