#B8B165

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

Shades of Gimblet #B8B165

Tints of Gimblet #B8B165

Color information

#B8B165 (or 0xB8B165) is unknown color: approx Gimblet. HEX triplet: B8, B1 and 65. RGB value is (184,177,101). Sum of RGB (Red+Green+Blue) = 184+177+101=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B165 is #474E9A. Grayscale: #AAAAAA. Windows color (decimal): -4673179 or 6664632. OLE color: 6664632.

HSL color Cylindrical-coordinate representation of color #B8B165: hue angle of 54.94º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8B165 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB184177101-
CMYK00.040.450.28
HSL54.94º36.89%55.88%-
HSV(B)54.94º45.11%72.16%-
XYZ37.8442.5718.54-
YUV170.4388.82137.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.83%
GREEN value IS 177 (69.53% from 255) = 38.31%
BLUE value IS 101 (39.84% from 255) = 21.86%
R=39.83%
G=38.31%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417710100.040.450.2854.9436.8955.88
HexB8B165042D1C372538
Octal270261145045534674570
Binary10111000101100011100101010010110111100110111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B165; }

 p { color: rgb(184,177,101); }

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

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

 a { background-color: rgb(184,177,101); }

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

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

 span { border-color: rgb(184,177,101); }

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