#BEB162

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

Shades of Gimblet #BEB162

Tints of Gimblet #BEB162

Color information

#BEB162 (or 0xBEB162) is unknown color: approx Gimblet. HEX triplet: BE, B1 and 62. RGB value is (190,177,98). Sum of RGB (Red+Green+Blue) = 190+177+98=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB162 is #414E9D. Grayscale: #ACACAC. Windows color (decimal): -4279966 or 6468030. OLE color: 6468030.

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

Color convert

RGB19017798-
CMYK00.070.480.25
HSL51.52º41.44%56.47%-
HSV(B)51.52º48.42%74.51%-
XYZ39.1643.2717.84-
YUV171.8886.31140.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 177 (69.53% from 255) = 38.06%
BLUE value IS 98 (38.67% from 255) = 21.08%
R=40.86%
G=38.06%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901779800.070.480.2551.5241.4456.47
HexBEB162073019342938
Octal276261142076031645170
Binary10111110101100011100010011111000011001110100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB162; }

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

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

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

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

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

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

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

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