#BEB265

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

Shades of Gimblet #BEB265

Tints of Gimblet #BEB265

Color information

#BEB265 (or 0xBEB265) is unknown color: approx Gimblet. HEX triplet: BE, B2 and 65. RGB value is (190,178,101). Sum of RGB (Red+Green+Blue) = 190+178+101=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB265 is #414D9A. Grayscale: #ADADAD. Windows color (decimal): -4279707 or 6664894. OLE color: 6664894.

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

Color convert

RGB190178101-
CMYK00.060.470.25
HSL51.91º40.64%57.06%-
HSV(B)51.91º46.84%74.51%-
XYZ39.543.7318.67-
YUV172.8187.48140.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 178 (69.92% from 255) = 37.95%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=40.51%
G=37.95%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017810100.060.470.2551.9140.6457.06
HexBEB265062F19342939
Octal276262145065731645171
Binary10111110101100101100101011010111111001110100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB265; }

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

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

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

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

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

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

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

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