#B4A862

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

Shades of Gimblet #B4A862

Tints of Gimblet #B4A862

Color information

#B4A862 (or 0xB4A862) is unknown color: approx Gimblet. HEX triplet: B4, A8 and 62. RGB value is (180,168,98). Sum of RGB (Red+Green+Blue) = 180+168+98=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A862 is #4B579D. Grayscale: #A3A3A3. Windows color (decimal): -4937630 or 6465716. OLE color: 6465716.

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

Color convert

RGB18016898-
CMYK00.070.460.29
HSL51.22º35.34%54.51%-
HSV(B)51.22º45.56%70.59%-
XYZ35.0338.5917.16-
YUV163.6190.98139.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.36%
GREEN value IS 168 (66.02% from 255) = 37.67%
BLUE value IS 98 (38.67% from 255) = 21.97%
R=40.36%
G=37.67%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801689800.070.460.2951.2235.3454.51
HexB4A862072E1D332337
Octal264250142075635634367
Binary10110100101010001100010011110111011101110011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A862; }

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

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

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

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

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

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

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

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