#B9B161

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

Shades of Gimblet #B9B161

Tints of Gimblet #B9B161

Color information

#B9B161 (or 0xB9B161) is unknown color: approx Gimblet. HEX triplet: B9, B1 and 61. RGB value is (185,177,97). Sum of RGB (Red+Green+Blue) = 185+177+97=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B161 is #464E9E. Grayscale: #AAAAAA. Windows color (decimal): -4607647 or 6402489. OLE color: 6402489.

HSL color Cylindrical-coordinate representation of color #B9B161: hue angle of 54.55º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B9B161 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB18517797-
CMYK00.040.480.27
HSL54.55º38.6%55.29%-
HSV(B)54.55º47.57%72.55%-
XYZ37.8942.6217.54-
YUV170.2786.65138.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.31%
GREEN value IS 177 (69.53% from 255) = 38.56%
BLUE value IS 97 (38.28% from 255) = 21.13%
R=40.31%
G=38.56%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851779700.040.480.2754.5538.655.29
HexB9B16104301B372737
Octal271261141046033674767
Binary10111001101100011100001010011000011011110111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B161; }

 p { color: rgb(185,177,97); }

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

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

 a { background-color: rgb(185,177,97); }

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

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

 span { border-color: rgb(185,177,97); }

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