#BEB05F

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

Shades of Gimblet #BEB05F

Tints of Gimblet #BEB05F

Color information

#BEB05F (or 0xBEB05F) is unknown color: approx Gimblet. HEX triplet: BE, B0 and 5F. RGB value is (190,176,95). Sum of RGB (Red+Green+Blue) = 190+176+95=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB05F is #414FA0. Grayscale: #ABABAB. Windows color (decimal): -4280225 or 6271166. OLE color: 6271166.

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

Color convert

RGB19017695-
CMYK00.070.50.25
HSL51.16º42.22%55.88%-
HSV(B)51.16º50%74.51%-
XYZ38.8342.8217.05-
YUV170.9585.14141.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 176 (69.14% from 255) = 38.18%
BLUE value IS 95 (37.5% from 255) = 20.61%
R=41.21%
G=38.18%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901769500.070.50.2551.1642.2255.88
HexBEB05F073219332a38
Octal276260137076231635270
Binary10111110101100001011111011111001011001110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB05F; }

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

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

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

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

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

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

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

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