#B4AC67

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

Shades of Gimblet #B4AC67

Tints of Gimblet #B4AC67

Color information

#B4AC67 (or 0xB4AC67) is unknown color: approx Gimblet. HEX triplet: B4, AC and 67. RGB value is (180,172,103). Sum of RGB (Red+Green+Blue) = 180+172+103=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AC67 is #4B5398. Grayscale: #A6A6A6. Windows color (decimal): -4936601 or 6794420. OLE color: 6794420.

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

Color convert

RGB180172103-
CMYK00.040.430.29
HSL53.77º33.92%55.49%-
HSV(B)53.77º42.78%70.59%-
XYZ36.0240.1918.69-
YUV166.5392.15137.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 172 (67.58% from 255) = 37.80%
BLUE value IS 103 (40.62% from 255) = 22.64%
R=39.56%
G=37.80%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017210300.040.430.2953.7733.9255.49
HexB4AC67042B1D362237
Octal264254147045335664267
Binary10110100101011001100111010010101111101110110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC67; }

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

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

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

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

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

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

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

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