#BEB35B

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

Shades of Gimblet #BEB35B

Tints of Gimblet #BEB35B

Color information

#BEB35B (or 0xBEB35B) is unknown color: approx Gimblet. HEX triplet: BE, B3 and 5B. RGB value is (190,179,91). Sum of RGB (Red+Green+Blue) = 190+179+91=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB35B is #414CA4. Grayscale: #ACACAC. Windows color (decimal): -4279461 or 6009790. OLE color: 6009790.

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

Color convert

RGB19017991-
CMYK00.060.520.25
HSL53.33º43.23%55.1%-
HSV(B)53.33º52.11%74.51%-
XYZ39.2443.9416.31-
YUV172.2682.14140.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 179 (70.31% from 255) = 38.91%
BLUE value IS 91 (35.94% from 255) = 19.78%
R=41.30%
G=38.91%
B=19.78%

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
Decimal1901799100.060.520.2553.3343.2355.1
HexBEB35B063419352b37
Octal276263133066431655367
Binary10111110101100111011011011011010011001110101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB35B; }

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

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

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

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

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

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

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

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