#B7AC5C

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

Shades of Gimblet #B7AC5C

Tints of Gimblet #B7AC5C

Color information

#B7AC5C (or 0xB7AC5C) is unknown color: approx Gimblet. HEX triplet: B7, AC and 5C. RGB value is (183,172,92). Sum of RGB (Red+Green+Blue) = 183+172+92=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AC5C is #4853A3. Grayscale: #A6A6A6. Windows color (decimal): -4740004 or 6073527. OLE color: 6073527.

HSL color Cylindrical-coordinate representation of color #B7AC5C: hue angle of 52.75º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7AC5C is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB18317292-
CMYK00.060.500.28
HSL52.75º38.72%53.92%-
HSV(B)52.75º49.73%71.76%-
XYZ36.2140.3516-
YUV166.1786.14140-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.94%
GREEN value IS 172 (67.58% from 255) = 38.48%
BLUE value IS 92 (36.33% from 255) = 20.58%
R=40.94%
G=38.48%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831729200.060.500.2852.7538.7253.92
HexB7AC5C06321C352736
Octal267254134066234654766
Binary10110111101011001011100011011001011100110101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AC5C; }

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

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

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

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

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

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

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

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