#BEBD35

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

Shades of Old Gold #BEBD35

Tints of Old Gold #BEBD35

Color information

#BEBD35 (or 0xBEBD35) is unknown color: approx Old Gold. HEX triplet: BE, BD and 35. RGB value is (190,189,53). Sum of RGB (Red+Green+Blue) = 190+189+53=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 53 (21.09% from 255 or 12.27% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBD35 is #4142CA. Grayscale: #AEAEAE. Windows color (decimal): -4276939 or 3521982. OLE color: 3521982.

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

Color convert

RGB19018953-
CMYK00.010.720.25
HSL59.56º56.38%47.65%-
HSV(B)59.56º72.11%74.51%-
XYZ40.0847.610.44-
YUV173.859.83139.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 189 (74.22% from 255) = 43.75%
BLUE value IS 53 (21.09% from 255) = 12.27%
R=43.98%
G=43.75%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901895300.010.720.2559.5656.3847.65
HexBEBD350148193c3830
Octal276275650111031747060
Binary101111101011110111010101100100011001111100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD35; }

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

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

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

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

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

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

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

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