#BEB460

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

Shades of Gimblet #BEB460

Tints of Gimblet #BEB460

Color information

#BEB460 (or 0xBEB460) is unknown color: approx Gimblet. HEX triplet: BE, B4 and 60. RGB value is (190,180,96). Sum of RGB (Red+Green+Blue) = 190+180+96=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB460 is #414B9F. Grayscale: #ADADAD. Windows color (decimal): -4279200 or 6337726. OLE color: 6337726.

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

Color convert

RGB19018096-
CMYK00.050.490.25
HSL53.62º41.96%56.08%-
HSV(B)53.62º49.47%74.51%-
XYZ39.6744.4317.55-
YUV173.4184.31139.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 180 (70.70% from 255) = 38.63%
BLUE value IS 96 (37.89% from 255) = 20.60%
R=40.77%
G=38.63%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901809600.050.490.2553.6241.9656.08
HexBEB460053119362a38
Octal276264140056131665270
Binary10111110101101001100000010111000111001110110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB460; }

 p { color: rgb(190,180,96); }

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

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

 a { background-color: rgb(190,180,96); }

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

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

 span { border-color: rgb(190,180,96); }

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