#B5AC6F

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

Shades of Gimblet #B5AC6F

Tints of Gimblet #B5AC6F

Color information

#B5AC6F (or 0xB5AC6F) is unknown color: approx Gimblet. HEX triplet: B5, AC and 6F. RGB value is (181,172,111). Sum of RGB (Red+Green+Blue) = 181+172+111=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AC6F is #4A5390. Grayscale: #A7A7A7. Windows color (decimal): -4871057 or 7318709. OLE color: 7318709.

HSL color Cylindrical-coordinate representation of color #B5AC6F: hue angle of 52.29º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5AC6F is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB181172111-
CMYK00.050.390.29
HSL52.29º32.11%57.25%-
HSV(B)52.29º38.67%70.98%-
XYZ36.6840.4820.92-
YUV167.7495.98137.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 172 (67.58% from 255) = 37.07%
BLUE value IS 111 (43.75% from 255) = 23.92%
R=39.01%
G=37.07%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117211100.050.390.2952.2932.1157.25
HexB5AC6F05271D342039
Octal265254157054735644071
Binary10110101101011001101111010110011111101110100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AC6F; }

 p { color: rgb(181,172,111); }

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

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

 a { background-color: rgb(181,172,111); }

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

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

 span { border-color: rgb(181,172,111); }

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