#B4AC69

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

Shades of Gimblet #B4AC69

Tints of Gimblet #B4AC69

Color information

#B4AC69 (or 0xB4AC69) is unknown color: approx Gimblet. HEX triplet: B4, AC and 69. RGB value is (180,172,105). Sum of RGB (Red+Green+Blue) = 180+172+105=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AC69 is #4B5396. Grayscale: #A7A7A7. Windows color (decimal): -4936599 or 6925492. OLE color: 6925492.

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

Color convert

RGB180172105-
CMYK00.040.420.29
HSL53.6º33.33%55.88%-
HSV(B)53.6º41.67%70.59%-
XYZ36.1240.2319.23-
YUV166.7593.15137.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 172 (67.58% from 255) = 37.64%
BLUE value IS 105 (41.41% from 255) = 22.98%
R=39.39%
G=37.64%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017210500.040.420.2953.633.3355.88
HexB4AC69042A1D362138
Octal264254151045235664170
Binary10110100101011001101001010010101011101110110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC69; }

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

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

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

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

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

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

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

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