#BEBC36

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

Shades of Old Gold #BEBC36

Tints of Old Gold #BEBC36

Color information

#BEBC36 (or 0xBEBC36) is unknown color: approx Old Gold. HEX triplet: BE, BC and 36. RGB value is (190,188,54). Sum of RGB (Red+Green+Blue) = 190+188+54=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 54 (21.48% from 255 or 12.5% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBC36 is #4143C9. Grayscale: #ADADAD. Windows color (decimal): -4277194 or 3587262. OLE color: 3587262.

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

Color convert

RGB19018854-
CMYK00.010.720.25
HSL59.12º55.74%47.84%-
HSV(B)59.12º71.58%74.51%-
XYZ39.8847.1810.49-
YUV173.3260.66139.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 188 (73.83% from 255) = 43.52%
BLUE value IS 54 (21.48% from 255) = 12.5%
R=43.98%
G=43.52%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901885400.010.720.2559.1255.7447.84
HexBEBC360148193b3830
Octal276274660111031737060
Binary101111101011110011011001100100011001111011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC36; }

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

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

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

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

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

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

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

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