#BEB167

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

Shades of Gimblet #BEB167

Tints of Gimblet #BEB167

Color information

#BEB167 (or 0xBEB167) is unknown color: approx Gimblet. HEX triplet: BE, B1 and 67. RGB value is (190,177,103). Sum of RGB (Red+Green+Blue) = 190+177+103=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB167 is #414E98. Grayscale: #ACACAC. Windows color (decimal): -4279961 or 6795710. OLE color: 6795710.

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

Color convert

RGB190177103-
CMYK00.070.460.25
HSL51.03º40.09%57.45%-
HSV(B)51.03º45.79%74.51%-
XYZ39.4143.3719.13-
YUV172.4588.81140.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 177 (69.53% from 255) = 37.66%
BLUE value IS 103 (40.62% from 255) = 21.91%
R=40.43%
G=37.66%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017710300.070.460.2551.0340.0957.45
HexBEB167072E19332839
Octal276261147075631635071
Binary10111110101100011100111011110111011001110011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB167; }

 p { color: rgb(190,177,103); }

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

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

 a { background-color: rgb(190,177,103); }

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

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

 span { border-color: rgb(190,177,103); }

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