#BEB166

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

Shades of Gimblet #BEB166

Tints of Gimblet #BEB166

Color information

#BEB166 (or 0xBEB166) is unknown color: approx Gimblet. HEX triplet: BE, B1 and 66. RGB value is (190,177,102). Sum of RGB (Red+Green+Blue) = 190+177+102=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB166 is #414E99. Grayscale: #ACACAC. Windows color (decimal): -4279962 or 6730174. OLE color: 6730174.

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

Color convert

RGB190177102-
CMYK00.070.460.25
HSL51.14º40.37%57.25%-
HSV(B)51.14º46.32%74.51%-
XYZ39.3643.3518.86-
YUV172.3488.31140.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 177 (69.53% from 255) = 37.74%
BLUE value IS 102 (40.23% from 255) = 21.75%
R=40.51%
G=37.74%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017710200.070.460.2551.1440.3757.25
HexBEB166072E19332839
Octal276261146075631635071
Binary10111110101100011100110011110111011001110011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB166; }

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

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

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

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

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

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

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

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