#BEBC38

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

Shades of Old Gold #BEBC38

Tints of Old Gold #BEBC38

Color information

#BEBC38 (or 0xBEBC38) is unknown color: approx Old Gold. HEX triplet: BE, BC and 38. RGB value is (190,188,56). Sum of RGB (Red+Green+Blue) = 190+188+56=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 56 (22.27% from 255 or 12.90% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBC38 is #4143C7. Grayscale: #AEAEAE. Windows color (decimal): -4277192 or 3718334. OLE color: 3718334.

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

Color convert

RGB19018856-
CMYK00.010.710.25
HSL59.1º54.47%48.24%-
HSV(B)59.1º70.53%74.51%-
XYZ39.9347.210.75-
YUV173.5561.66139.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 188 (73.83% from 255) = 43.32%
BLUE value IS 56 (22.27% from 255) = 12.90%
R=43.78%
G=43.32%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901885600.010.710.2559.154.4748.24
HexBEBC380147193b3630
Octal276274700110731736660
Binary101111101011110011100001100011111001111011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC38; }

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

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

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

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

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

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

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

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