#BEB235

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

Shades of Old Gold #BEB235

Tints of Old Gold #BEB235

Color information

#BEB235 (or 0xBEB235) is unknown color: approx Old Gold. HEX triplet: BE, B2 and 35. RGB value is (190,178,53). Sum of RGB (Red+Green+Blue) = 190+178+53=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 53 (21.09% from 255 or 12.59% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB235 is #414DCA. Grayscale: #A7A7A7. Windows color (decimal): -4279755 or 3519166. OLE color: 3519166.

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

Color convert

RGB19017853-
CMYK00.060.720.25
HSL54.74º56.38%47.65%-
HSV(B)54.74º72.11%74.51%-
XYZ37.843.049.68-
YUV167.3463.48144.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 178 (69.92% from 255) = 42.28%
BLUE value IS 53 (21.09% from 255) = 12.59%
R=45.13%
G=42.28%
B=12.59%

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
Decimal1901785300.060.720.2554.7456.3847.65
HexBEB235064819373830
Octal276262650611031677060
Binary10111110101100101101010110100100011001110111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB235; }

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

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

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

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

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

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

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

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