#BEBB36

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

Shades of Old Gold #BEBB36

Tints of Old Gold #BEBB36

Color information

#BEBB36 (or 0xBEBB36) is unknown color: approx Old Gold. HEX triplet: BE, BB and 36. RGB value is (190,187,54). Sum of RGB (Red+Green+Blue) = 190+187+54=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 54 (21.48% from 255 or 12.53% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBB36 is #4144C9. Grayscale: #ADADAD. Windows color (decimal): -4277450 or 3587006. OLE color: 3587006.

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

Color convert

RGB19018754-
CMYK00.020.720.25
HSL58.68º55.74%47.84%-
HSV(B)58.68º71.58%74.51%-
XYZ39.6746.7510.42-
YUV172.7460.99140.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.08%
GREEN value IS 187 (73.44% from 255) = 43.39%
BLUE value IS 54 (21.48% from 255) = 12.53%
R=44.08%
G=43.39%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901875400.020.720.2558.6855.7447.84
HexBEBB360248193b3830
Octal276273660211031737060
Binary1011111010111011110110010100100011001111011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBB36; }

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

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

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

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

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

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

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

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