#B7A56E

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

Shades of Gimblet #B7A56E

Tints of Gimblet #B7A56E

Color information

#B7A56E (or 0xB7A56E) is unknown color: approx Gimblet. HEX triplet: B7, A5 and 6E. RGB value is (183,165,110). Sum of RGB (Red+Green+Blue) = 183+165+110=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A56E is #485A91. Grayscale: #A4A4A4. Windows color (decimal): -4741778 or 7251383. OLE color: 7251383.

HSL color Cylindrical-coordinate representation of color #B7A56E: hue angle of 45.21º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7A56E is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183165110-
CMYK00.100.400.28
HSL45.21º33.64%57.45%-
HSV(B)45.21º39.89%71.76%-
XYZ35.838.120.22-
YUV164.1197.46141.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.96%
GREEN value IS 165 (64.84% from 255) = 36.03%
BLUE value IS 110 (43.36% from 255) = 24.02%
R=39.96%
G=36.03%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316511000.100.400.2845.2133.6457.45
HexB7A56E0A281C2d2239
Octal2672451560125034554271
Binary101101111010010111011100101010100011100101101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A56E; }

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

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

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

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

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

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

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

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