#B5A76C

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

Shades of Gimblet #B5A76C

Tints of Gimblet #B5A76C

Color information

#B5A76C (or 0xB5A76C) is unknown color: approx Gimblet. HEX triplet: B5, A7 and 6C. RGB value is (181,167,108). Sum of RGB (Red+Green+Blue) = 181+167+108=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A76C is #4A5893. Grayscale: #A4A4A4. Windows color (decimal): -4872340 or 7120821. OLE color: 7120821.

HSL color Cylindrical-coordinate representation of color #B5A76C: hue angle of 48.49º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5A76C is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB181167108-
CMYK00.080.400.29
HSL48.49º33.03%56.67%-
HSV(B)48.49º40.33%70.98%-
XYZ35.5838.5419.75-
YUV164.4696.14139.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.69%
GREEN value IS 167 (65.62% from 255) = 36.62%
BLUE value IS 108 (42.58% from 255) = 23.68%
R=39.69%
G=36.62%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116710800.080.400.2948.4933.0356.67
HexB5A76C08281D302139
Octal2652471540105035604171
Binary101101011010011111011000100010100011101110000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A76C; }

 p { color: rgb(181,167,108); }

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

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

 a { background-color: rgb(181,167,108); }

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

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

 span { border-color: rgb(181,167,108); }

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