#B8B061

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

Shades of Gimblet #B8B061

Tints of Gimblet #B8B061

Color information

#B8B061 (or 0xB8B061) is unknown color: approx Gimblet. HEX triplet: B8, B0 and 61. RGB value is (184,176,97). Sum of RGB (Red+Green+Blue) = 184+176+97=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B061 is #474F9E. Grayscale: #A9A9A9. Windows color (decimal): -4673439 or 6402232. OLE color: 6402232.

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

Color convert

RGB18417697-
CMYK00.040.470.28
HSL54.48º37.99%55.1%-
HSV(B)54.48º47.28%72.16%-
XYZ37.4542.117.46-
YUV169.3987.15138.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.26%
GREEN value IS 176 (69.14% from 255) = 38.51%
BLUE value IS 97 (38.28% from 255) = 21.23%
R=40.26%
G=38.51%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841769700.040.470.2854.4837.9955.1
HexB8B061042F1C362637
Octal270260141045734664667
Binary10111000101100001100001010010111111100110110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B061; }

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

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

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

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

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

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

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

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