#B4A960

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

Shades of Gimblet #B4A960

Tints of Gimblet #B4A960

Color information

#B4A960 (or 0xB4A960) is unknown color: approx Gimblet. HEX triplet: B4, A9 and 60. RGB value is (180,169,96). Sum of RGB (Red+Green+Blue) = 180+169+96=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A960 is #4B569F. Grayscale: #A4A4A4. Windows color (decimal): -4937376 or 6334900. OLE color: 6334900.

HSL color Cylindrical-coordinate representation of color #B4A960: hue angle of 52.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 #B4A960 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB18016996-
CMYK00.060.470.29
HSL52.14º35.9%54.12%-
HSV(B)52.14º46.67%70.59%-
XYZ35.1238.9216.73-
YUV163.9789.64139.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 169 (66.41% from 255) = 37.98%
BLUE value IS 96 (37.89% from 255) = 21.57%
R=40.45%
G=37.98%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801699600.060.470.2952.1435.954.12
HexB4A960062F1D342436
Octal264251140065735644466
Binary10110100101010011100000011010111111101110100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A960; }

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

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

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

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

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

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

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

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