#B4A262

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

Shades of Gimblet #B4A262

Tints of Gimblet #B4A262

Color information

#B4A262 (or 0xB4A262) is unknown color: approx Gimblet. HEX triplet: B4, A2 and 62. RGB value is (180,162,98). Sum of RGB (Red+Green+Blue) = 180+162+98=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A262 is #4B5D9D. Grayscale: #A0A0A0. Windows color (decimal): -4939166 or 6464180. OLE color: 6464180.

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

Color convert

RGB18016298-
CMYK00.10.460.29
HSL46.83º35.34%54.51%-
HSV(B)46.83º45.56%70.59%-
XYZ33.9536.4316.8-
YUV160.0992.96142.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 162 (63.67% from 255) = 36.82%
BLUE value IS 98 (38.67% from 255) = 22.27%
R=40.91%
G=36.82%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801629800.10.460.2946.8335.3454.51
HexB4A2620A2E1D2f2337
Octal2642421420125635574367
Binary101101001010001011000100101010111011101101111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A262; }

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

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

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

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

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

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

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

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