#BEB462

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

Shades of Gimblet #BEB462

Tints of Gimblet #BEB462

Color information

#BEB462 (or 0xBEB462) is unknown color: approx Gimblet. HEX triplet: BE, B4 and 62. RGB value is (190,180,98). Sum of RGB (Red+Green+Blue) = 190+180+98=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB462 is #414B9D. Grayscale: #ADADAD. Windows color (decimal): -4279198 or 6468798. OLE color: 6468798.

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

Color convert

RGB19018098-
CMYK00.050.480.25
HSL53.48º41.44%56.47%-
HSV(B)53.48º48.42%74.51%-
XYZ39.7644.4718.04-
YUV173.6485.31139.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 180 (70.70% from 255) = 38.46%
BLUE value IS 98 (38.67% from 255) = 20.94%
R=40.60%
G=38.46%
B=20.94%

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
Decimal1901809800.050.480.2553.4841.4456.47
HexBEB462053019352938
Octal276264142056031655170
Binary10111110101101001100010010111000011001110101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB462; }

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

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

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

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

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

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

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

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