#B5A76E

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

Shades of Gimblet #B5A76E

Tints of Gimblet #B5A76E

Color information

#B5A76E (or 0xB5A76E) is unknown color: approx Gimblet. HEX triplet: B5, A7 and 6E. RGB value is (181,167,110). Sum of RGB (Red+Green+Blue) = 181+167+110=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A76E is #4A5891. Grayscale: #A4A4A4. Windows color (decimal): -4872338 or 7251893. OLE color: 7251893.

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

Color convert

RGB181167110-
CMYK00.080.390.29
HSL48.17º32.42%57.06%-
HSV(B)48.17º39.23%70.98%-
XYZ35.6938.5920.32-
YUV164.6997.14139.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.52%
GREEN value IS 167 (65.62% from 255) = 36.46%
BLUE value IS 110 (43.36% from 255) = 24.02%
R=39.52%
G=36.46%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116711000.080.390.2948.1732.4257.06
HexB5A76E08271D302039
Octal2652471560104735604071
Binary101101011010011111011100100010011111101110000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A76E; }

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

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

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

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

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

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

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

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