#BEBD38

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

Shades of Old Gold #BEBD38

Tints of Old Gold #BEBD38

Color information

#BEBD38 (or 0xBEBD38) is unknown color: approx Old Gold. HEX triplet: BE, BD and 38. RGB value is (190,189,56). Sum of RGB (Red+Green+Blue) = 190+189+56=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 56 (22.27% from 255 or 12.87% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBD38 is #4142C7. Grayscale: #AEAEAE. Windows color (decimal): -4276936 or 3718590. OLE color: 3718590.

HSL color Cylindrical-coordinate representation of color #BEBD38: hue angle of 59.55º degrees, saturation: 0.54, 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 #BEBD38 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB19018956-
CMYK00.010.710.25
HSL59.55º54.47%48.24%-
HSV(B)59.55º70.53%74.51%-
XYZ40.1547.6310.82-
YUV174.1461.33139.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 189 (74.22% from 255) = 43.45%
BLUE value IS 56 (22.27% from 255) = 12.87%
R=43.68%
G=43.45%
B=12.87%

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
Decimal1901895600.010.710.2559.5554.4748.24
HexBEBD380147193c3630
Octal276275700110731746660
Binary101111101011110111100001100011111001111100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD38; }

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

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

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

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

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

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

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

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