#BEB435

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

Shades of Old Gold #BEB435

Tints of Old Gold #BEB435

Color information

#BEB435 (or 0xBEB435) is unknown color: approx Old Gold. HEX triplet: BE, B4 and 35. RGB value is (190,180,53). Sum of RGB (Red+Green+Blue) = 190+180+53=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB435 is #414BCA. Grayscale: #A9A9A9. Windows color (decimal): -4279243 or 3519678. OLE color: 3519678.

HSL color Cylindrical-coordinate representation of color #BEB435: hue angle of 55.62º 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 #BEB435 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB19018053-
CMYK00.050.720.25
HSL55.62º56.38%47.65%-
HSV(B)55.62º72.11%74.51%-
XYZ38.243.859.82-
YUV168.5162.81143.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 180 (70.70% from 255) = 42.55%
BLUE value IS 53 (21.09% from 255) = 12.53%
R=44.92%
G=42.55%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901805300.050.720.2555.6256.3847.65
HexBEB435054819383830
Octal276264650511031707060
Binary10111110101101001101010101100100011001111000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB435; }

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

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

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

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

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

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

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

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