#BEB25D

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

Shades of Gimblet #BEB25D

Tints of Gimblet #BEB25D

Color information

#BEB25D (or 0xBEB25D) is unknown color: approx Gimblet. HEX triplet: BE, B2 and 5D. RGB value is (190,178,93). Sum of RGB (Red+Green+Blue) = 190+178+93=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB25D is #414DA2. Grayscale: #ACACAC. Windows color (decimal): -4279715 or 6140606. OLE color: 6140606.

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

Color convert

RGB19017893-
CMYK00.060.510.25
HSL52.58º42.73%55.49%-
HSV(B)52.58º51.05%74.51%-
XYZ39.1343.5816.7-
YUV171.983.48140.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 178 (69.92% from 255) = 38.61%
BLUE value IS 93 (36.72% from 255) = 20.17%
R=41.21%
G=38.61%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901789300.060.510.2552.5842.7355.49
HexBEB25D063319352b37
Octal276262135066331655367
Binary10111110101100101011101011011001111001110101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB25D; }

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

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

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

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

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

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

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

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