#B7AD59

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

Shades of Gimblet #B7AD59

Tints of Gimblet #B7AD59

Color information

#B7AD59 (or 0xB7AD59) is unknown color: approx Gimblet. HEX triplet: B7, AD and 59. RGB value is (183,173,89). Sum of RGB (Red+Green+Blue) = 183+173+89=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD59 is #4852A6. Grayscale: #A6A6A6. Windows color (decimal): -4739751 or 5877175. OLE color: 5877175.

HSL color Cylindrical-coordinate representation of color #B7AD59: hue angle of 53.62º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7AD59 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB18317389-
CMYK00.050.510.28
HSL53.62º39.5%53.33%-
HSV(B)53.62º51.37%71.76%-
XYZ36.2840.6815.39-
YUV166.4184.31139.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.12%
GREEN value IS 173 (67.97% from 255) = 38.88%
BLUE value IS 89 (35.16% from 255) = 20%
R=41.12%
G=38.88%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831738900.050.510.2853.6239.553.33
HexB7AD5905331C362735
Octal267255131056334664765
Binary10110111101011011011001010111001111100110110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AD59; }

 p { color: rgb(183,173,89); }

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

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

 a { background-color: rgb(183,173,89); }

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

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

 span { border-color: rgb(183,173,89); }

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