#BEB163

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

Shades of Gimblet #BEB163

Tints of Gimblet #BEB163

Color information

#BEB163 (or 0xBEB163) is unknown color: approx Gimblet. HEX triplet: BE, B1 and 63. RGB value is (190,177,99). Sum of RGB (Red+Green+Blue) = 190+177+99=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB163 is #414E9C. Grayscale: #ACACAC. Windows color (decimal): -4279965 or 6533566. OLE color: 6533566.

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

Color convert

RGB19017799-
CMYK00.070.480.25
HSL51.43º41.18%56.67%-
HSV(B)51.43º47.89%74.51%-
XYZ39.2143.2918.09-
YUV17286.81140.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 177 (69.53% from 255) = 37.98%
BLUE value IS 99 (39.06% from 255) = 21.24%
R=40.77%
G=37.98%
B=21.24%

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
Decimal1901779900.070.480.2551.4341.1856.67
HexBEB163073019332939
Octal276261143076031635171
Binary10111110101100011100011011111000011001110011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB163; }

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

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

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

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

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

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

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

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