#BEBC3A

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

Shades of Old Gold #BEBC3A

Tints of Old Gold #BEBC3A

Color information

#BEBC3A (or 0xBEBC3A) is unknown color: approx Old Gold. HEX triplet: BE, BC and 3A. RGB value is (190,188,58). Sum of RGB (Red+Green+Blue) = 190+188+58=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBC3A is #4143C5. Grayscale: #AEAEAE. Windows color (decimal): -4277190 or 3849406. OLE color: 3849406.

HSL color Cylindrical-coordinate representation of color #BEBC3A: hue angle of 59.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BEBC3A is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB19018858-
CMYK00.010.690.25
HSL59.09º53.23%48.63%-
HSV(B)59.09º69.47%74.51%-
XYZ39.9847.2211.01-
YUV173.7862.66139.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 188 (73.83% from 255) = 43.12%
BLUE value IS 58 (23.05% from 255) = 13.30%
R=43.58%
G=43.12%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901885800.010.690.2559.0953.2348.63
HexBEBC3A0145193b3531
Octal276274720110531736561
Binary101111101011110011101001100010111001111011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC3A; }

 p { color: rgb(190,188,58); }

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

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

 a { background-color: rgb(190,188,58); }

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

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

 span { border-color: rgb(190,188,58); }

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