#B4A561

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

Shades of Gimblet #B4A561

Tints of Gimblet #B4A561

Color information

#B4A561 (or 0xB4A561) is unknown color: approx Gimblet. HEX triplet: B4, A5 and 61. RGB value is (180,165,97). Sum of RGB (Red+Green+Blue) = 180+165+97=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 97 (38.28% from 255 or 21.95% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A561 is #4B5A9E. Grayscale: #A2A2A2. Windows color (decimal): -4938399 or 6399412. OLE color: 6399412.

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

Color convert

RGB18016597-
CMYK00.080.460.29
HSL49.16º35.62%54.31%-
HSV(B)49.16º46.11%70.59%-
XYZ34.4437.4816.73-
YUV161.7391.47141.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 165 (64.84% from 255) = 37.33%
BLUE value IS 97 (38.28% from 255) = 21.95%
R=40.72%
G=37.33%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801659700.080.460.2949.1635.6254.31
HexB4A561082E1D312436
Octal2642451410105635614466
Binary101101001010010111000010100010111011101110001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A561; }

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

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

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

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

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

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

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

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