#BEB358

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

Shades of Gimblet #BEB358

Tints of Gimblet #BEB358

Color information

#BEB358 (or 0xBEB358) is unknown color: approx Gimblet. HEX triplet: BE, B3 and 58. RGB value is (190,179,88). Sum of RGB (Red+Green+Blue) = 190+179+88=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 88 (34.77% from 255 or 19.26% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB358 is #414CA7. Grayscale: #ACACAC. Windows color (decimal): -4279464 or 5813182. OLE color: 5813182.

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

Color convert

RGB19017988-
CMYK00.060.540.25
HSL53.53º43.97%54.51%-
HSV(B)53.53º53.68%74.51%-
XYZ39.1243.8915.64-
YUV171.9280.64140.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 179 (70.31% from 255) = 39.17%
BLUE value IS 88 (34.77% from 255) = 19.26%
R=41.58%
G=39.17%
B=19.26%

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
Decimal1901798800.060.540.2553.5343.9754.51
HexBEB358063619362c37
Octal276263130066631665467
Binary10111110101100111011000011011011011001110110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB358; }

 p { color: rgb(190,179,88); }

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

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

 a { background-color: rgb(190,179,88); }

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

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

 span { border-color: rgb(190,179,88); }

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