#BEB534

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

Shades of Old Gold #BEB534

Tints of Old Gold #BEB534

Color information

#BEB534 (or 0xBEB534) is unknown color: approx Old Gold. HEX triplet: BE, B5 and 34. RGB value is (190,181,52). Sum of RGB (Red+Green+Blue) = 190+181+52=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB534 is #414ACB. Grayscale: #A9A9A9. Windows color (decimal): -4278988 or 3454398. OLE color: 3454398.

HSL color Cylindrical-coordinate representation of color #BEB534: hue angle of 56.09º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BEB534 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19018152-
CMYK00.050.730.25
HSL56.09º57.02%47.45%-
HSV(B)56.09º72.63%74.51%-
XYZ38.3844.249.77-
YUV168.9861.98142.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 181 (71.09% from 255) = 42.79%
BLUE value IS 52 (20.70% from 255) = 12.29%
R=44.92%
G=42.79%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901815200.050.730.2556.0957.0247.45
HexBEB53405491938392f
Octal276265640511131707157
Binary10111110101101011101000101100100111001111000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB534; }

 p { color: rgb(190,181,52); }

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

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

 a { background-color: rgb(190,181,52); }

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

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

 span { border-color: rgb(190,181,52); }

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