#B4AC5E

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

Shades of Gimblet #B4AC5E

Tints of Gimblet #B4AC5E

Color information

#B4AC5E (or 0xB4AC5E) is unknown color: approx Gimblet. HEX triplet: B4, AC and 5E. RGB value is (180,172,94). Sum of RGB (Red+Green+Blue) = 180+172+94=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AC5E is #4B53A1. Grayscale: #A5A5A5. Windows color (decimal): -4936610 or 6204596. OLE color: 6204596.

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

Color convert

RGB18017294-
CMYK00.040.480.29
HSL54.42º36.44%53.73%-
HSV(B)54.42º47.78%70.59%-
XYZ35.640.0216.44-
YUV165.587.65138.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.36%
GREEN value IS 172 (67.58% from 255) = 38.57%
BLUE value IS 94 (37.11% from 255) = 21.08%
R=40.36%
G=38.57%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801729400.040.480.2954.4236.4453.73
HexB4AC5E04301D362436
Octal264254136046035664466
Binary10110100101011001011110010011000011101110110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC5E; }

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

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

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

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

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

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

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

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