#B7A35E

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

Shades of Gimblet #B7A35E

Tints of Gimblet #B7A35E

Color information

#B7A35E (or 0xB7A35E) is unknown color: approx Gimblet. HEX triplet: B7, A3 and 5E. RGB value is (183,163,94). Sum of RGB (Red+Green+Blue) = 183+163+94=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A35E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A35E is #485CA1. Grayscale: #A1A1A1. Windows color (decimal): -4742306 or 6202295. OLE color: 6202295.

HSL color Cylindrical-coordinate representation of color #B7A35E: hue angle of 46.52º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7A35E is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB18316394-
CMYK00.110.490.28
HSL46.52º38.2%54.31%-
HSV(B)46.52º48.63%71.76%-
XYZ34.6537.0715.92-
YUV161.1190.13143.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.59%
GREEN value IS 163 (64.06% from 255) = 37.05%
BLUE value IS 94 (37.11% from 255) = 21.36%
R=41.59%
G=37.05%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831639400.110.490.2846.5238.254.31
HexB7A35E0B311C2f2636
Octal2672431360136134574666
Binary101101111010001110111100101111000111100101111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A35E; }

 p { color: rgb(183,163,94); }

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

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

 a { background-color: rgb(183,163,94); }

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

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

 span { border-color: rgb(183,163,94); }

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