#BEB463

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

Shades of Gimblet #BEB463

Tints of Gimblet #BEB463

Color information

#BEB463 (or 0xBEB463) is unknown color: approx Gimblet. HEX triplet: BE, B4 and 63. RGB value is (190,180,99). Sum of RGB (Red+Green+Blue) = 190+180+99=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB463 is #414B9C. Grayscale: #AEAEAE. Windows color (decimal): -4279197 or 6534334. OLE color: 6534334.

HSL color Cylindrical-coordinate representation of color #BEB463: hue angle of 53.41º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEB463 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19018099-
CMYK00.050.480.25
HSL53.41º41.18%56.67%-
HSV(B)53.41º47.89%74.51%-
XYZ39.8144.4918.29-
YUV173.7685.81139.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 180 (70.70% from 255) = 38.38%
BLUE value IS 99 (39.06% from 255) = 21.11%
R=40.51%
G=38.38%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901809900.050.480.2553.4141.1856.67
HexBEB463053019352939
Octal276264143056031655171
Binary10111110101101001100011010111000011001110101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB463; }

 p { color: rgb(190,180,99); }

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

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

 a { background-color: rgb(190,180,99); }

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

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

 span { border-color: rgb(190,180,99); }

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