#BEB060

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

Shades of Gimblet #BEB060

Tints of Gimblet #BEB060

Color information

#BEB060 (or 0xBEB060) is unknown color: approx Gimblet. HEX triplet: BE, B0 and 60. RGB value is (190,176,96). Sum of RGB (Red+Green+Blue) = 190+176+96=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB060 is #414F9F. Grayscale: #ABABAB. Windows color (decimal): -4280224 or 6336702. OLE color: 6336702.

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

Color convert

RGB19017696-
CMYK00.070.490.25
HSL51.06º41.96%56.08%-
HSV(B)51.06º49.47%74.51%-
XYZ38.8742.8417.29-
YUV171.0785.64141.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 176 (69.14% from 255) = 38.10%
BLUE value IS 96 (37.89% from 255) = 20.78%
R=41.13%
G=38.10%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901769600.070.490.2551.0641.9656.08
HexBEB060073119332a38
Octal276260140076131635270
Binary10111110101100001100000011111000111001110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB060; }

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

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

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

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

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

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

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

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