#B9B363

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

Shades of Gimblet #B9B363

Tints of Gimblet #B9B363

Color information

#B9B363 (or 0xB9B363) is unknown color: approx Gimblet. HEX triplet: B9, B3 and 63. RGB value is (185,179,99). Sum of RGB (Red+Green+Blue) = 185+179+99=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B363 is #464C9C. Grayscale: #ACACAC. Windows color (decimal): -4607133 or 6534073. OLE color: 6534073.

HSL color Cylindrical-coordinate representation of color #B9B363: hue angle of 55.81º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9B363 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB18517999-
CMYK00.030.460.27
HSL55.81º38.05%55.69%-
HSV(B)55.81º46.49%72.55%-
XYZ38.3843.4618.17-
YUV171.6786.99137.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 179 (70.31% from 255) = 38.66%
BLUE value IS 99 (39.06% from 255) = 21.38%
R=39.96%
G=38.66%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851799900.030.460.2755.8138.0555.69
HexB9B363032E1B382638
Octal271263143035633704670
Binary1011100110110011110001101110111011011111000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B363; }

 p { color: rgb(185,179,99); }

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

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

 a { background-color: rgb(185,179,99); }

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

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

 span { border-color: rgb(185,179,99); }

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