#B5A76A

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

Shades of Gimblet #B5A76A

Tints of Gimblet #B5A76A

Color information

#B5A76A (or 0xB5A76A) is unknown color: approx Gimblet. HEX triplet: B5, A7 and 6A. RGB value is (181,167,106). Sum of RGB (Red+Green+Blue) = 181+167+106=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A76A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A76A is #4A5895. Grayscale: #A4A4A4. Windows color (decimal): -4872342 or 6989749. OLE color: 6989749.

HSL color Cylindrical-coordinate representation of color #B5A76A: hue angle of 48.8º degrees, saturation: 0.34, 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 #B5A76A is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB181167106-
CMYK00.080.410.29
HSL48.8º33.63%56.27%-
HSV(B)48.8º41.44%70.98%-
XYZ35.4838.519.2-
YUV164.2395.14139.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.87%
GREEN value IS 167 (65.62% from 255) = 36.78%
BLUE value IS 106 (41.80% from 255) = 23.35%
R=39.87%
G=36.78%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116710600.080.410.2948.833.6356.27
HexB5A76A08291D312238
Octal2652471520105135614270
Binary101101011010011111010100100010100111101110001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A76A; }

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

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

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

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

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

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

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

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