#B4A260

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

Shades of Gimblet #B4A260

Tints of Gimblet #B4A260

Color information

#B4A260 (or 0xB4A260) is unknown color: approx Gimblet. HEX triplet: B4, A2 and 60. RGB value is (180,162,96). Sum of RGB (Red+Green+Blue) = 180+162+96=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A260 is #4B5D9F. Grayscale: #A0A0A0. Windows color (decimal): -4939168 or 6333108. OLE color: 6333108.

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

Color convert

RGB18016296-
CMYK00.10.470.29
HSL47.14º35.9%54.12%-
HSV(B)47.14º46.67%70.59%-
XYZ33.8536.3916.31-
YUV159.8691.96142.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 162 (63.67% from 255) = 36.99%
BLUE value IS 96 (37.89% from 255) = 21.92%
R=41.10%
G=36.99%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801629600.10.470.2947.1435.954.12
HexB4A2600A2F1D2f2436
Octal2642421400125735574466
Binary101101001010001011000000101010111111101101111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A260; }

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

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

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

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

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

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

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

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