#B4A662

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

Shades of Gimblet #B4A662

Tints of Gimblet #B4A662

Color information

#B4A662 (or 0xB4A662) is unknown color: approx Gimblet. HEX triplet: B4, A6 and 62. RGB value is (180,166,98). Sum of RGB (Red+Green+Blue) = 180+166+98=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A662 is #4B599D. Grayscale: #A2A2A2. Windows color (decimal): -4938142 or 6465204. OLE color: 6465204.

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

Color convert

RGB18016698-
CMYK00.080.460.29
HSL49.76º35.34%54.51%-
HSV(B)49.76º45.56%70.59%-
XYZ34.6637.8617.04-
YUV162.4391.64140.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 166 (65.23% from 255) = 37.39%
BLUE value IS 98 (38.67% from 255) = 22.07%
R=40.54%
G=37.39%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801669800.080.460.2949.7635.3454.51
HexB4A662082E1D322337
Octal2642461420105635624367
Binary101101001010011011000100100010111011101110010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A662; }

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

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

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

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

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

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

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

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