#B6AA6B

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

Shades of Gimblet #B6AA6B

Tints of Gimblet #B6AA6B

Color information

#B6AA6B (or 0xB6AA6B) is unknown color: approx Gimblet. HEX triplet: B6, AA and 6B. RGB value is (182,170,107). Sum of RGB (Red+Green+Blue) = 182+170+107=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AA6B is #495594. Grayscale: #A6A6A6. Windows color (decimal): -4806037 or 7056054. OLE color: 7056054.

HSL color Cylindrical-coordinate representation of color #B6AA6B: hue angle of 50.4º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6AA6B is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB182170107-
CMYK00.070.410.29
HSL50.4º33.94%56.67%-
HSV(B)50.4º41.21%71.37%-
XYZ36.3239.7619.67-
YUV166.4194.48139.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.65%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 107 (42.19% from 255) = 23.31%
R=39.65%
G=37.04%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217010700.070.410.2950.433.9456.67
HexB6AA6B07291D322239
Octal266252153075135624271
Binary10110110101010101101011011110100111101110010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AA6B; }

 p { color: rgb(182,170,107); }

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

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

 a { background-color: rgb(182,170,107); }

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

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

 span { border-color: rgb(182,170,107); }

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