#B4A962

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

Shades of Gimblet #B4A962

Tints of Gimblet #B4A962

Color information

#B4A962 (or 0xB4A962) is unknown color: approx Gimblet. HEX triplet: B4, A9 and 62. RGB value is (180,169,98). Sum of RGB (Red+Green+Blue) = 180+169+98=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A962 is #4B569D. Grayscale: #A4A4A4. Windows color (decimal): -4937374 or 6465972. OLE color: 6465972.

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

Color convert

RGB18016998-
CMYK00.060.460.29
HSL51.95º35.34%54.51%-
HSV(B)51.95º45.56%70.59%-
XYZ35.2138.9617.22-
YUV164.290.64139.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 169 (66.41% from 255) = 37.81%
BLUE value IS 98 (38.67% from 255) = 21.92%
R=40.27%
G=37.81%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801699800.060.460.2951.9535.3454.51
HexB4A962062E1D342337
Octal264251142065635644367
Binary10110100101010011100010011010111011101110100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A962; }

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

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

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

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

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

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

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

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