#BEB069

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

Shades of Gimblet #BEB069

Tints of Gimblet #BEB069

Color information

#BEB069 (or 0xBEB069) is unknown color: approx Gimblet. HEX triplet: BE, B0 and 69. RGB value is (190,176,105). Sum of RGB (Red+Green+Blue) = 190+176+105=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB069 is #414F96. Grayscale: #ACACAC. Windows color (decimal): -4280215 or 6926526. OLE color: 6926526.

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

Color convert

RGB190176105-
CMYK00.070.450.25
HSL50.12º39.53%57.84%-
HSV(B)50.12º44.74%74.51%-
XYZ39.3143.0219.6-
YUV172.0990.14140.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 176 (69.14% from 255) = 37.37%
BLUE value IS 105 (41.41% from 255) = 22.29%
R=40.34%
G=37.37%
B=22.29%

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
Decimal19017610500.070.450.2550.1239.5357.84
HexBEB069072D1932283a
Octal276260151075531625072
Binary10111110101100001101001011110110111001110010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB069; }

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

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

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

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

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

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

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

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