#BEB157

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

Shades of Gimblet #BEB157

Tints of Gimblet #BEB157

Color information

#BEB157 (or 0xBEB157) is unknown color: approx Gimblet. HEX triplet: BE, B1 and 57. RGB value is (190,177,87). Sum of RGB (Red+Green+Blue) = 190+177+87=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 87 (34.38% from 255 or 19.16% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB157 is #414EA8. Grayscale: #ABABAB. Windows color (decimal): -4279977 or 5747134. OLE color: 5747134.

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

Color convert

RGB19017787-
CMYK00.070.540.25
HSL52.43º44.21%54.31%-
HSV(B)52.43º54.21%74.51%-
XYZ38.6843.0815.29-
YUV170.6380.81141.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 177 (69.53% from 255) = 38.99%
BLUE value IS 87 (34.38% from 255) = 19.16%
R=41.85%
G=38.99%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901778700.070.540.2552.4344.2154.31
HexBEB157073619342c36
Octal276261127076631645466
Binary10111110101100011010111011111011011001110100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB157; }

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

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

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

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

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

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

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

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