#B9A36B

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

Shades of Gimblet #B9A36B

Tints of Gimblet #B9A36B

Color information

#B9A36B (or 0xB9A36B) is unknown color: approx Gimblet. HEX triplet: B9, A3 and 6B. RGB value is (185,163,107). Sum of RGB (Red+Green+Blue) = 185+163+107=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A36B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A36B is #465C94. Grayscale: #A3A3A3. Windows color (decimal): -4611221 or 7054265. OLE color: 7054265.

HSL color Cylindrical-coordinate representation of color #B9A36B: hue angle of 43.08º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9A36B is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB185163107-
CMYK00.120.420.27
HSL43.08º35.78%57.25%-
HSV(B)43.08º42.16%72.55%-
XYZ35.7637.5719.28-
YUV163.1996.29143.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 163 (64.06% from 255) = 35.82%
BLUE value IS 107 (42.19% from 255) = 23.52%
R=40.66%
G=35.82%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516310700.120.420.2743.0835.7857.25
HexB9A36B0C2A1B2b2439
Octal2712431530145233534471
Binary101110011010001111010110110010101011011101011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A36B; }

 p { color: rgb(185,163,107); }

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

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

 a { background-color: rgb(185,163,107); }

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

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

 span { border-color: rgb(185,163,107); }

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