#B7AC57

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

Shades of Gimblet #B7AC57

Tints of Gimblet #B7AC57

Color information

#B7AC57 (or 0xB7AC57) is unknown color: approx Gimblet. HEX triplet: B7, AC and 57. RGB value is (183,172,87). Sum of RGB (Red+Green+Blue) = 183+172+87=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AC57 is #4853A8. Grayscale: #A5A5A5. Windows color (decimal): -4740009 or 5745847. OLE color: 5745847.

HSL color Cylindrical-coordinate representation of color #B7AC57: hue angle of 53.12º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B7AC57 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB18317287-
CMYK00.060.520.28
HSL53.12º40%52.94%-
HSV(B)53.12º52.46%71.76%-
XYZ3640.2614.89-
YUV165.683.64140.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.40%
GREEN value IS 172 (67.58% from 255) = 38.91%
BLUE value IS 87 (34.38% from 255) = 19.68%
R=41.40%
G=38.91%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831728700.060.520.2853.124052.94
HexB7AC5706341C352835
Octal267254127066434655065
Binary10110111101011001010111011011010011100110101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AC57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AC57; }

 p { color: rgb(183,172,87); }

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

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

 a { background-color: rgb(183,172,87); }

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

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

 span { border-color: rgb(183,172,87); }

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