#B6AD6C

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

Shades of Gimblet #B6AD6C

Tints of Gimblet #B6AD6C

Color information

#B6AD6C (or 0xB6AD6C) is unknown color: approx Gimblet. HEX triplet: B6, AD and 6C. RGB value is (182,173,108). Sum of RGB (Red+Green+Blue) = 182+173+108=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AD6C is #495293. Grayscale: #A8A8A8. Windows color (decimal): -4805268 or 7122358. OLE color: 7122358.

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

Color convert

RGB182173108-
CMYK00.050.410.29
HSL52.7º33.64%56.86%-
HSV(B)52.7º40.66%71.37%-
XYZ36.9440.9120.14-
YUV168.2893.98137.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.31%
GREEN value IS 173 (67.97% from 255) = 37.37%
BLUE value IS 108 (42.58% from 255) = 23.33%
R=39.31%
G=37.37%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217310800.050.410.2952.733.6456.86
HexB6AD6C05291D352239
Octal266255154055135654271
Binary10110110101011011101100010110100111101110101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AD6C; }

 p { color: rgb(182,173,108); }

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

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

 a { background-color: rgb(182,173,108); }

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

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

 span { border-color: rgb(182,173,108); }

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