#BEB257

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

Shades of Gimblet #BEB257

Tints of Gimblet #BEB257

Color information

#BEB257 (or 0xBEB257) is unknown color: approx Gimblet. HEX triplet: BE, B2 and 57. RGB value is (190,178,87). Sum of RGB (Red+Green+Blue) = 190+178+87=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 87 (34.38% from 255 or 19.12% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB257 is #414DA8. Grayscale: #ABABAB. Windows color (decimal): -4279721 or 5747390. OLE color: 5747390.

HSL color Cylindrical-coordinate representation of color #BEB257: hue angle of 53.01º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEB257 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB19017887-
CMYK00.060.540.25
HSL53.01º44.21%54.31%-
HSV(B)53.01º54.21%74.51%-
XYZ38.8843.4815.36-
YUV171.2180.48141.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 178 (69.92% from 255) = 39.12%
BLUE value IS 87 (34.38% from 255) = 19.12%
R=41.76%
G=39.12%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901788700.060.540.2553.0144.2154.31
HexBEB257063619352c36
Octal276262127066631655466
Binary10111110101100101010111011011011011001110101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB257; }

 p { color: rgb(190,178,87); }

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

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

 a { background-color: rgb(190,178,87); }

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

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

 span { border-color: rgb(190,178,87); }

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