#B7AA5C

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

Shades of Gimblet #B7AA5C

Tints of Gimblet #B7AA5C

Color information

#B7AA5C (or 0xB7AA5C) is unknown color: approx Gimblet. HEX triplet: B7, AA and 5C. RGB value is (183,170,92). Sum of RGB (Red+Green+Blue) = 183+170+92=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AA5C is #4855A3. Grayscale: #A5A5A5. Windows color (decimal): -4740516 or 6073015. OLE color: 6073015.

HSL color Cylindrical-coordinate representation of color #B7AA5C: hue angle of 51.43º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7AA5C is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB18317092-
CMYK00.070.500.28
HSL51.43º38.72%53.92%-
HSV(B)51.43º49.73%71.76%-
XYZ35.8339.5915.88-
YUV16586.81140.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.12%
GREEN value IS 170 (66.80% from 255) = 38.20%
BLUE value IS 92 (36.33% from 255) = 20.67%
R=41.12%
G=38.20%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831709200.070.500.2851.4338.7253.92
HexB7AA5C07321C332736
Octal267252134076234634766
Binary10110111101010101011100011111001011100110011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AA5C; }

 p { color: rgb(183,170,92); }

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

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

 a { background-color: rgb(183,170,92); }

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

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

 span { border-color: rgb(183,170,92); }

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