#BEB057

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

Shades of Gimblet #BEB057

Tints of Gimblet #BEB057

Color information

#BEB057 (or 0xBEB057) is unknown color: approx Gimblet. HEX triplet: BE, B0 and 57. RGB value is (190,176,87). Sum of RGB (Red+Green+Blue) = 190+176+87=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 87 (34.38% from 255 or 19.21% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB057 is #414FA8. Grayscale: #AAAAAA. Windows color (decimal): -4280233 or 5746878. OLE color: 5746878.

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

Color convert

RGB19017687-
CMYK00.070.540.25
HSL51.84º44.21%54.31%-
HSV(B)51.84º54.21%74.51%-
XYZ38.4842.6915.23-
YUV170.0481.14142.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.94%
GREEN value IS 176 (69.14% from 255) = 38.85%
BLUE value IS 87 (34.38% from 255) = 19.21%
R=41.94%
G=38.85%
B=19.21%

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
Decimal1901768700.070.540.2551.8444.2154.31
HexBEB057073619342c36
Octal276260127076631645466
Binary10111110101100001010111011111011011001110100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB057; }

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

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

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

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

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

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

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

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