#B5A96B

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

Shades of Gimblet #B5A96B

Tints of Gimblet #B5A96B

Color information

#B5A96B (or 0xB5A96B) is unknown color: approx Gimblet. HEX triplet: B5, A9 and 6B. RGB value is (181,169,107). Sum of RGB (Red+Green+Blue) = 181+169+107=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A96B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A96B is #4A5694. Grayscale: #A5A5A5. Windows color (decimal): -4871829 or 7055797. OLE color: 7055797.

HSL color Cylindrical-coordinate representation of color #B5A96B: hue angle of 50.27º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5A96B is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB181169107-
CMYK00.070.410.29
HSL50.27º33.33%56.47%-
HSV(B)50.27º40.88%70.98%-
XYZ35.939.2619.6-
YUV165.5294.98139.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.61%
GREEN value IS 169 (66.41% from 255) = 36.98%
BLUE value IS 107 (42.19% from 255) = 23.41%
R=39.61%
G=36.98%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116910700.070.410.2950.2733.3356.47
HexB5A96B07291D322138
Octal265251153075135624170
Binary10110101101010011101011011110100111101110010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A96B; }

 p { color: rgb(181,169,107); }

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

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

 a { background-color: rgb(181,169,107); }

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

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

 span { border-color: rgb(181,169,107); }

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