#B6AB6B

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

Shades of Gimblet #B6AB6B

Tints of Gimblet #B6AB6B

Color information

#B6AB6B (or 0xB6AB6B) is unknown color: approx Gimblet. HEX triplet: B6, AB and 6B. RGB value is (182,171,107). Sum of RGB (Red+Green+Blue) = 182+171+107=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AB6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AB6B is #495494. Grayscale: #A7A7A7. Windows color (decimal): -4805781 or 7056310. OLE color: 7056310.

HSL color Cylindrical-coordinate representation of color #B6AB6B: hue angle of 51.2º 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 #B6AB6B is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB182171107-
CMYK00.060.410.29
HSL51.2º33.94%56.67%-
HSV(B)51.2º41.21%71.37%-
XYZ36.5140.1319.73-
YUV166.9994.14138.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.57%
GREEN value IS 171 (67.19% from 255) = 37.17%
BLUE value IS 107 (42.19% from 255) = 23.26%
R=39.57%
G=37.17%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217110700.060.410.2951.233.9456.67
HexB6AB6B06291D332239
Octal266253153065135634271
Binary10110110101010111101011011010100111101110011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AB6B; }

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

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

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

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

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

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

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

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