#BEB361

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

Shades of Gimblet #BEB361

Tints of Gimblet #BEB361

Color information

#BEB361 (or 0xBEB361) is unknown color: approx Gimblet. HEX triplet: BE, B3 and 61. RGB value is (190,179,97). Sum of RGB (Red+Green+Blue) = 190+179+97=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB361 is #414C9E. Grayscale: #ADADAD. Windows color (decimal): -4279455 or 6403006. OLE color: 6403006.

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

Color convert

RGB19017997-
CMYK00.060.490.25
HSL52.9º41.7%56.27%-
HSV(B)52.9º48.95%74.51%-
XYZ39.5144.0517.73-
YUV172.9485.14140.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 179 (70.31% from 255) = 38.41%
BLUE value IS 97 (38.28% from 255) = 20.82%
R=40.77%
G=38.41%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901799700.060.490.2552.941.756.27
HexBEB361063119352a38
Octal276263141066131655270
Binary10111110101100111100001011011000111001110101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB361; }

 p { color: rgb(190,179,97); }

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

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

 a { background-color: rgb(190,179,97); }

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

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

 span { border-color: rgb(190,179,97); }

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