#BEB835

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

Shades of Old Gold #BEB835

Tints of Old Gold #BEB835

Color information

#BEB835 (or 0xBEB835) is unknown color: approx Old Gold. HEX triplet: BE, B8 and 35. RGB value is (190,184,53). Sum of RGB (Red+Green+Blue) = 190+184+53=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 53 (21.09% from 255 or 12.41% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB835 is #4147CA. Grayscale: #ABABAB. Windows color (decimal): -4278219 or 3520702. OLE color: 3520702.

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

Color convert

RGB19018453-
CMYK00.030.720.25
HSL57.37º56.38%47.65%-
HSV(B)57.37º72.11%74.51%-
XYZ39.0245.4910.09-
YUV170.8661.49141.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.50%
GREEN value IS 184 (72.27% from 255) = 43.09%
BLUE value IS 53 (21.09% from 255) = 12.41%
R=44.50%
G=43.09%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901845300.030.720.2557.3756.3847.65
HexBEB835034819393830
Octal276270650311031717060
Binary1011111010111000110101011100100011001111001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB835; }

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

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

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

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

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

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

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

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