#BEBD37

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

Shades of Old Gold #BEBD37

Tints of Old Gold #BEBD37

Color information

#BEBD37 (or 0xBEBD37) is unknown color: approx Old Gold. HEX triplet: BE, BD and 37. RGB value is (190,189,55). Sum of RGB (Red+Green+Blue) = 190+189+55=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 55 (21.88% from 255 or 12.67% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBD37 is #4142C8. Grayscale: #AEAEAE. Windows color (decimal): -4276937 or 3653054. OLE color: 3653054.

HSL color Cylindrical-coordinate representation of color #BEBD37: hue angle of 59.56º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BEBD37 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB19018955-
CMYK00.010.710.25
HSL59.56º55.1%48.04%-
HSV(B)59.56º71.05%74.51%-
XYZ40.1247.6210.69-
YUV174.0260.83139.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 189 (74.22% from 255) = 43.55%
BLUE value IS 55 (21.88% from 255) = 12.67%
R=43.78%
G=43.55%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901895500.010.710.2559.5655.148.04
HexBEBD370147193c3730
Octal276275670110731746760
Binary101111101011110111011101100011111001111100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD37; }

 p { color: rgb(190,189,55); }

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

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

 a { background-color: rgb(190,189,55); }

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

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

 span { border-color: rgb(190,189,55); }

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