#B6A567

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

Shades of Gimblet #B6A567

Tints of Gimblet #B6A567

Color information

#B6A567 (or 0xB6A567) is unknown color: approx Gimblet. HEX triplet: B6, A5 and 67. RGB value is (182,165,103). Sum of RGB (Red+Green+Blue) = 182+165+103=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A567 is #495A98. Grayscale: #A3A3A3. Windows color (decimal): -4807321 or 6792630. OLE color: 6792630.

HSL color Cylindrical-coordinate representation of color #B6A567: hue angle of 47.09º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B6A567 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB182165103-
CMYK00.090.430.29
HSL47.09º35.11%55.88%-
HSV(B)47.09º43.41%71.37%-
XYZ35.1937.8318.28-
YUV163.0194.13141.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.44%
GREEN value IS 165 (64.84% from 255) = 36.67%
BLUE value IS 103 (40.62% from 255) = 22.89%
R=40.44%
G=36.67%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216510300.090.430.2947.0935.1155.88
HexB6A567092B1D2f2338
Octal2662451470115335574370
Binary101101101010010111001110100110101111101101111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A567; }

 p { color: rgb(182,165,103); }

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

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

 a { background-color: rgb(182,165,103); }

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

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

 span { border-color: rgb(182,165,103); }

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