#B5AC6C

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

Shades of Gimblet #B5AC6C

Tints of Gimblet #B5AC6C

Color information

#B5AC6C (or 0xB5AC6C) is unknown color: approx Gimblet. HEX triplet: B5, AC and 6C. RGB value is (181,172,108). Sum of RGB (Red+Green+Blue) = 181+172+108=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AC6C is #4A5393. Grayscale: #A7A7A7. Windows color (decimal): -4871060 or 7122101. OLE color: 7122101.

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

Color convert

RGB181172108-
CMYK00.050.400.29
HSL52.6º33.03%56.67%-
HSV(B)52.6º40.33%70.98%-
XYZ36.5240.4120.06-
YUV167.494.48137.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.26%
GREEN value IS 172 (67.58% from 255) = 37.31%
BLUE value IS 108 (42.58% from 255) = 23.43%
R=39.26%
G=37.31%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117210800.050.400.2952.633.0356.67
HexB5AC6C05281D352139
Octal265254154055035654171
Binary10110101101011001101100010110100011101110101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AC6C; }

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

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

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

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

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

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

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

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