#BEB436

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

Shades of Old Gold #BEB436

Tints of Old Gold #BEB436

Color information

#BEB436 (or 0xBEB436) is unknown color: approx Old Gold. HEX triplet: BE, B4 and 36. RGB value is (190,180,54). Sum of RGB (Red+Green+Blue) = 190+180+54=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB436 is #414BC9. Grayscale: #A9A9A9. Windows color (decimal): -4279242 or 3585214. OLE color: 3585214.

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

Color convert

RGB19018054-
CMYK00.050.720.25
HSL55.59º55.74%47.84%-
HSV(B)55.59º71.58%74.51%-
XYZ38.2243.869.94-
YUV168.6363.31143.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.81%
GREEN value IS 180 (70.70% from 255) = 42.45%
BLUE value IS 54 (21.48% from 255) = 12.74%
R=44.81%
G=42.45%
B=12.74%

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
Decimal1901805400.050.720.2555.5955.7447.84
HexBEB436054819383830
Octal276264660511031707060
Binary10111110101101001101100101100100011001111000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB436; }

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

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

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

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

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

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

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

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