#BEB335

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

Shades of Old Gold #BEB335

Tints of Old Gold #BEB335

Color information

#BEB335 (or 0xBEB335) is unknown color: approx Old Gold. HEX triplet: BE, B3 and 35. RGB value is (190,179,53). Sum of RGB (Red+Green+Blue) = 190+179+53=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB335 is #414CCA. Grayscale: #A8A8A8. Windows color (decimal): -4279499 or 3519422. OLE color: 3519422.

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

Color convert

RGB19017953-
CMYK00.060.720.25
HSL55.18º56.38%47.65%-
HSV(B)55.18º72.11%74.51%-
XYZ3843.449.75-
YUV167.9263.14143.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 179 (70.31% from 255) = 42.42%
BLUE value IS 53 (21.09% from 255) = 12.56%
R=45.02%
G=42.42%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901795300.060.720.2555.1856.3847.65
HexBEB335064819373830
Octal276263650611031677060
Binary10111110101100111101010110100100011001110111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB335; }

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

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

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

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

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

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

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

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