#B4AC62

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

Shades of Gimblet #B4AC62

Tints of Gimblet #B4AC62

Color information

#B4AC62 (or 0xB4AC62) is unknown color: approx Gimblet. HEX triplet: B4, AC and 62. RGB value is (180,172,98). Sum of RGB (Red+Green+Blue) = 180+172+98=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AC62 is #4B539D. Grayscale: #A6A6A6. Windows color (decimal): -4936606 or 6466740. OLE color: 6466740.

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

Color convert

RGB18017298-
CMYK00.040.460.29
HSL54.15º35.34%54.51%-
HSV(B)54.15º45.56%70.59%-
XYZ35.7840.0917.41-
YUV165.9689.65138.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 172 (67.58% from 255) = 38.22%
BLUE value IS 98 (38.67% from 255) = 21.78%
R=40%
G=38.22%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801729800.040.460.2954.1535.3454.51
HexB4AC62042E1D362337
Octal264254142045635664367
Binary10110100101011001100010010010111011101110110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC62; }

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

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

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

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

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

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

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

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