#B7A36D

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

Shades of Gimblet #B7A36D

Tints of Gimblet #B7A36D

Color information

#B7A36D (or 0xB7A36D) is unknown color: approx Gimblet. HEX triplet: B7, A3 and 6D. RGB value is (183,163,109). Sum of RGB (Red+Green+Blue) = 183+163+109=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A36D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A36D is #485C92. Grayscale: #A3A3A3. Windows color (decimal): -4742291 or 7185335. OLE color: 7185335.

HSL color Cylindrical-coordinate representation of color #B7A36D: hue angle of 43.78º 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 #B7A36D is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183163109-
CMYK00.110.400.28
HSL43.78º33.94%57.25%-
HSV(B)43.78º40.44%71.76%-
XYZ35.3937.3719.82-
YUV162.8297.63142.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.22%
GREEN value IS 163 (64.06% from 255) = 35.82%
BLUE value IS 109 (42.97% from 255) = 23.96%
R=40.22%
G=35.82%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316310900.110.400.2843.7833.9457.25
HexB7A36D0B281C2c2239
Octal2672431550135034544271
Binary101101111010001111011010101110100011100101100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A36D; }

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

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

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

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

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

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

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

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