#BEB25B

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

Shades of Gimblet #BEB25B

Tints of Gimblet #BEB25B

Color information

#BEB25B (or 0xBEB25B) is unknown color: approx Gimblet. HEX triplet: BE, B2 and 5B. RGB value is (190,178,91). Sum of RGB (Red+Green+Blue) = 190+178+91=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB25B is #414DA4. Grayscale: #ACACAC. Windows color (decimal): -4279717 or 6009534. OLE color: 6009534.

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

Color convert

RGB19017891-
CMYK00.060.520.25
HSL52.73º43.23%55.1%-
HSV(B)52.73º52.11%74.51%-
XYZ39.0443.5416.24-
YUV171.6782.48141.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 178 (69.92% from 255) = 38.78%
BLUE value IS 91 (35.94% from 255) = 19.83%
R=41.39%
G=38.78%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901789100.060.520.2552.7343.2355.1
HexBEB25B063419352b37
Octal276262133066431655367
Binary10111110101100101011011011011010011001110101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB25B; }

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

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

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

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

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

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

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

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