#B4A261

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

Shades of Gimblet #B4A261

Tints of Gimblet #B4A261

Color information

#B4A261 (or 0xB4A261) is unknown color: approx Gimblet. HEX triplet: B4, A2 and 61. RGB value is (180,162,97). Sum of RGB (Red+Green+Blue) = 180+162+97=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A261 is #4B5D9E. Grayscale: #A0A0A0. Windows color (decimal): -4939167 or 6398644. OLE color: 6398644.

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

Color convert

RGB18016297-
CMYK00.10.460.29
HSL46.99º35.62%54.31%-
HSV(B)46.99º46.11%70.59%-
XYZ33.936.4116.55-
YUV159.9792.46142.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 162 (63.67% from 255) = 36.90%
BLUE value IS 97 (38.28% from 255) = 22.10%
R=41.00%
G=36.90%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801629700.10.460.2946.9935.6254.31
HexB4A2610A2E1D2f2436
Octal2642421410125635574466
Binary101101001010001011000010101010111011101101111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A261; }

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

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

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

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

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

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

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

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