#B7A566

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

Shades of Gimblet #B7A566

Tints of Gimblet #B7A566

Color information

#B7A566 (or 0xB7A566) is unknown color: approx Gimblet. HEX triplet: B7, A5 and 66. RGB value is (183,165,102). Sum of RGB (Red+Green+Blue) = 183+165+102=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A566 is #485A99. Grayscale: #A3A3A3. Windows color (decimal): -4741786 or 6727095. OLE color: 6727095.

HSL color Cylindrical-coordinate representation of color #B7A566: hue angle of 46.67º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7A566 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB183165102-
CMYK00.100.440.28
HSL46.67º36%55.88%-
HSV(B)46.67º44.26%71.76%-
XYZ35.3837.9418.03-
YUV163.293.46142.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.67%
GREEN value IS 165 (64.84% from 255) = 36.67%
BLUE value IS 102 (40.23% from 255) = 22.67%
R=40.67%
G=36.67%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316510200.100.440.2846.673655.88
HexB7A5660A2C1C2f2438
Octal2672451460125434574470
Binary101101111010010111001100101010110011100101111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A566; }

 p { color: rgb(183,165,102); }

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

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

 a { background-color: rgb(183,165,102); }

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

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

 span { border-color: rgb(183,165,102); }

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