#B7AA5B

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

Shades of Gimblet #B7AA5B

Tints of Gimblet #B7AA5B

Color information

#B7AA5B (or 0xB7AA5B) is unknown color: approx Gimblet. HEX triplet: B7, AA and 5B. RGB value is (183,170,91). Sum of RGB (Red+Green+Blue) = 183+170+91=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AA5B is #4855A4. Grayscale: #A5A5A5. Windows color (decimal): -4740517 or 6007479. OLE color: 6007479.

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

Color convert

RGB18317091-
CMYK00.070.500.28
HSL51.52º38.98%53.73%-
HSV(B)51.52º50.27%71.76%-
XYZ35.7939.5715.65-
YUV164.8886.31140.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.22%
GREEN value IS 170 (66.80% from 255) = 38.29%
BLUE value IS 91 (35.94% from 255) = 20.50%
R=41.22%
G=38.29%
B=20.50%

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
Decimal1831709100.070.500.2851.5238.9853.73
HexB7AA5B07321C342736
Octal267252133076234644766
Binary10110111101010101011011011111001011100110100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AA5B; }

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

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

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

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

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

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

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

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