#B4A671

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

Shades of Gimblet #B4A671

Tints of Gimblet #B4A671

Color information

#B4A671 (or 0xB4A671) is unknown color: approx Gimblet. HEX triplet: B4, A6 and 71. RGB value is (180,166,113). Sum of RGB (Red+Green+Blue) = 180+166+113=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A671 is #4B598E. Grayscale: #A4A4A4. Windows color (decimal): -4938127 or 7448244. OLE color: 7448244.

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

Color convert

RGB180166113-
CMYK00.080.370.29
HSL47.46º30.88%57.45%-
HSV(B)47.46º37.22%70.59%-
XYZ35.4438.1721.12-
YUV164.1499.14139.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 166 (65.23% from 255) = 36.17%
BLUE value IS 113 (44.53% from 255) = 24.62%
R=39.22%
G=36.17%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016611300.080.370.2947.4630.8857.45
HexB4A67108251D2f1f39
Octal2642461610104535573771
Binary10110100101001101110001010001001011110110111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A671; }

 p { color: rgb(180,166,113); }

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

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

 a { background-color: rgb(180,166,113); }

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

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

 span { border-color: rgb(180,166,113); }

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