#B9A36A

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

Shades of Gimblet #B9A36A

Tints of Gimblet #B9A36A

Color information

#B9A36A (or 0xB9A36A) is unknown color: approx Gimblet. HEX triplet: B9, A3 and 6A. RGB value is (185,163,106). Sum of RGB (Red+Green+Blue) = 185+163+106=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A36A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A36A is #465C95. Grayscale: #A3A3A3. Windows color (decimal): -4611222 or 6988729. OLE color: 6988729.

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

Color convert

RGB185163106-
CMYK00.120.430.27
HSL43.29º36.07%57.06%-
HSV(B)43.29º42.7%72.55%-
XYZ35.7137.5519-
YUV163.0895.79143.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 163 (64.06% from 255) = 35.90%
BLUE value IS 106 (41.80% from 255) = 23.35%
R=40.75%
G=35.90%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516310600.120.430.2743.2936.0757.06
HexB9A36A0C2B1B2b2439
Octal2712431520145333534471
Binary101110011010001111010100110010101111011101011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A36A; }

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

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

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

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

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

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

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

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