#B4AC65

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

Shades of Gimblet #B4AC65

Tints of Gimblet #B4AC65

Color information

#B4AC65 (or 0xB4AC65) is unknown color: approx Gimblet. HEX triplet: B4, AC and 65. RGB value is (180,172,101). Sum of RGB (Red+Green+Blue) = 180+172+101=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AC65 is #4B539A. Grayscale: #A6A6A6. Windows color (decimal): -4936603 or 6663348. OLE color: 6663348.

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

Color convert

RGB180172101-
CMYK00.040.440.29
HSL53.92º34.5%55.1%-
HSV(B)53.92º43.89%70.59%-
XYZ35.9240.1518.17-
YUV166.391.15137.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 172 (67.58% from 255) = 37.97%
BLUE value IS 101 (39.84% from 255) = 22.30%
R=39.74%
G=37.97%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017210100.040.440.2953.9234.555.1
HexB4AC65042C1D362237
Octal264254145045435664267
Binary10110100101011001100101010010110011101110110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC65; }

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

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

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

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

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

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

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

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