#BEB068

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

Shades of Gimblet #BEB068

Tints of Gimblet #BEB068

Color information

#BEB068 (or 0xBEB068) is unknown color: approx Gimblet. HEX triplet: BE, B0 and 68. RGB value is (190,176,104). Sum of RGB (Red+Green+Blue) = 190+176+104=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB068 is #414F97. Grayscale: #ACACAC. Windows color (decimal): -4280216 or 6860990. OLE color: 6860990.

HSL color Cylindrical-coordinate representation of color #BEB068: hue angle of 50.23º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEB068 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB190176104-
CMYK00.070.450.25
HSL50.23º39.81%57.65%-
HSV(B)50.23º45.26%74.51%-
XYZ39.264319.33-
YUV171.9889.64140.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 176 (69.14% from 255) = 37.45%
BLUE value IS 104 (41.02% from 255) = 22.13%
R=40.43%
G=37.45%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017610400.070.450.2550.2339.8157.65
HexBEB068072D1932283a
Octal276260150075531625072
Binary10111110101100001101000011110110111001110010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB068; }

 p { color: rgb(190,176,104); }

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

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

 a { background-color: rgb(190,176,104); }

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

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

 span { border-color: rgb(190,176,104); }

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