#BEB35A

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

Shades of Gimblet #BEB35A

Tints of Gimblet #BEB35A

Color information

#BEB35A (or 0xBEB35A) is unknown color: approx Gimblet. HEX triplet: BE, B3 and 5A. RGB value is (190,179,90). Sum of RGB (Red+Green+Blue) = 190+179+90=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB35A is #414CA5. Grayscale: #ACACAC. Windows color (decimal): -4279462 or 5944254. OLE color: 5944254.

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

Color convert

RGB19017990-
CMYK00.060.530.25
HSL53.4º43.48%54.9%-
HSV(B)53.4º52.63%74.51%-
XYZ39.243.9316.09-
YUV172.1481.64140.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 179 (70.31% from 255) = 39.00%
BLUE value IS 90 (35.55% from 255) = 19.61%
R=41.39%
G=39.00%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901799000.060.530.2553.443.4854.9
HexBEB35A063519352b37
Octal276263132066531655367
Binary10111110101100111011010011011010111001110101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB35A; }

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

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

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

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

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

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

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

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