#B8B065

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

Shades of Gimblet #B8B065

Tints of Gimblet #B8B065

Color information

#B8B065 (or 0xB8B065) is unknown color: approx Gimblet. HEX triplet: B8, B0 and 65. RGB value is (184,176,101). Sum of RGB (Red+Green+Blue) = 184+176+101=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B065 is #474F9A. Grayscale: #AAAAAA. Windows color (decimal): -4673435 or 6664376. OLE color: 6664376.

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

Color convert

RGB184176101-
CMYK00.040.450.28
HSL54.22º36.89%55.88%-
HSV(B)54.22º45.11%72.16%-
XYZ37.6442.1818.47-
YUV169.8489.15138.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.91%
GREEN value IS 176 (69.14% from 255) = 38.18%
BLUE value IS 101 (39.84% from 255) = 21.91%
R=39.91%
G=38.18%
B=21.91%

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
Decimal18417610100.040.450.2854.2236.8955.88
HexB8B065042D1C362538
Octal270260145045534664570
Binary10111000101100001100101010010110111100110110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B065; }

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

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

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

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

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

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

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

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