#BEB261

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

Shades of Gimblet #BEB261

Tints of Gimblet #BEB261

Color information

#BEB261 (or 0xBEB261) is unknown color: approx Gimblet. HEX triplet: BE, B2 and 61. RGB value is (190,178,97). Sum of RGB (Red+Green+Blue) = 190+178+97=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB261 is #414D9E. Grayscale: #ACACAC. Windows color (decimal): -4279711 or 6402750. OLE color: 6402750.

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

Color convert

RGB19017897-
CMYK00.060.490.25
HSL52.26º41.7%56.27%-
HSV(B)52.26º48.95%74.51%-
XYZ39.3143.6517.66-
YUV172.3585.48140.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 178 (69.92% from 255) = 38.28%
BLUE value IS 97 (38.28% from 255) = 20.86%
R=40.86%
G=38.28%
B=20.86%

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
Decimal1901789700.060.490.2552.2641.756.27
HexBEB261063119342a38
Octal276262141066131645270
Binary10111110101100101100001011011000111001110100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB261; }

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

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

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

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

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

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

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

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