#B4A461

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

Shades of Gimblet #B4A461

Tints of Gimblet #B4A461

Color information

#B4A461 (or 0xB4A461) is unknown color: approx Gimblet. HEX triplet: B4, A4 and 61. RGB value is (180,164,97). Sum of RGB (Red+Green+Blue) = 180+164+97=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A461 is #4B5B9E. Grayscale: #A1A1A1. Windows color (decimal): -4938655 or 6399156. OLE color: 6399156.

HSL color Cylindrical-coordinate representation of color #B4A461: hue angle of 48.43º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4A461 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB18016497-
CMYK00.090.460.29
HSL48.43º35.62%54.31%-
HSV(B)48.43º46.11%70.59%-
XYZ34.2637.1216.67-
YUV161.1591.8141.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 164 (64.45% from 255) = 37.19%
BLUE value IS 97 (38.28% from 255) = 22.00%
R=40.82%
G=37.19%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801649700.090.460.2948.4335.6254.31
HexB4A461092E1D302436
Octal2642441410115635604466
Binary101101001010010011000010100110111011101110000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A461; }

 p { color: rgb(180,164,97); }

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

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

 a { background-color: rgb(180,164,97); }

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

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

 span { border-color: rgb(180,164,97); }

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