#B6A85B

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

Shades of Gimblet #B6A85B

Tints of Gimblet #B6A85B

Color information

#B6A85B (or 0xB6A85B) is unknown color: approx Gimblet. HEX triplet: B6, A8 and 5B. RGB value is (182,168,91). Sum of RGB (Red+Green+Blue) = 182+168+91=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A85B is #4957A4. Grayscale: #A3A3A3. Windows color (decimal): -4806565 or 6006966. OLE color: 6006966.

HSL color Cylindrical-coordinate representation of color #B6A85B: hue angle of 50.77º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B6A85B is Cyan = 0, Magento = 0.08, Yellow = 0.5 and Black (K on CMYK) = 0.29.

Color convert

RGB18216891-
CMYK00.080.50.29
HSL50.77º38.4%53.53%-
HSV(B)50.77º50%71.37%-
XYZ35.1838.7115.51-
YUV163.4187.14141.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 168 (66.02% from 255) = 38.10%
BLUE value IS 91 (35.94% from 255) = 20.63%
R=41.27%
G=38.10%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821689100.080.50.2950.7738.453.53
HexB6A85B08321D332636
Octal2662501330106235634666
Binary101101101010100010110110100011001011101110011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A85B; }

 p { color: rgb(182,168,91); }

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

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

 a { background-color: rgb(182,168,91); }

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

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

 span { border-color: rgb(182,168,91); }

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