#BEB259

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

Shades of Gimblet #BEB259

Tints of Gimblet #BEB259

Color information

#BEB259 (or 0xBEB259) is unknown color: approx Gimblet. HEX triplet: BE, B2 and 59. RGB value is (190,178,89). Sum of RGB (Red+Green+Blue) = 190+178+89=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB259 is #414DA6. Grayscale: #ABABAB. Windows color (decimal): -4279719 or 5878462. OLE color: 5878462.

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

Color convert

RGB19017889-
CMYK00.060.530.25
HSL52.87º43.72%54.71%-
HSV(B)52.87º53.16%74.51%-
XYZ38.9643.5115.8-
YUV171.4481.48141.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 178 (69.92% from 255) = 38.95%
BLUE value IS 89 (35.16% from 255) = 19.47%
R=41.58%
G=38.95%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901788900.060.530.2552.8743.7254.71
HexBEB259063519352c37
Octal276262131066531655467
Binary10111110101100101011001011011010111001110101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB259; }

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

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

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

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

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

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

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

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