#BEB263

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

Shades of Gimblet #BEB263

Tints of Gimblet #BEB263

Color information

#BEB263 (or 0xBEB263) is unknown color: approx Gimblet. HEX triplet: BE, B2 and 63. RGB value is (190,178,99). Sum of RGB (Red+Green+Blue) = 190+178+99=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB263 is #414D9C. Grayscale: #ACACAC. Windows color (decimal): -4279709 or 6533822. OLE color: 6533822.

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

Color convert

RGB19017899-
CMYK00.060.480.25
HSL52.09º41.18%56.67%-
HSV(B)52.09º47.89%74.51%-
XYZ39.4143.6918.16-
YUV172.5886.48140.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 178 (69.92% from 255) = 38.12%
BLUE value IS 99 (39.06% from 255) = 21.20%
R=40.69%
G=38.12%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901789900.060.480.2552.0941.1856.67
HexBEB263063019342939
Octal276262143066031645171
Binary10111110101100101100011011011000011001110100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB263; }

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

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

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

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

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

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

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

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