#B8AC5C

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

Shades of Gimblet #B8AC5C

Tints of Gimblet #B8AC5C

Color information

#B8AC5C (or 0xB8AC5C) is unknown color: approx Gimblet. HEX triplet: B8, AC and 5C. RGB value is (184,172,92). Sum of RGB (Red+Green+Blue) = 184+172+92=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AC5C is #4753A3. Grayscale: #A6A6A6. Windows color (decimal): -4674468 or 6073528. OLE color: 6073528.

HSL color Cylindrical-coordinate representation of color #B8AC5C: hue angle of 52.17º 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 #B8AC5C is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB18417292-
CMYK00.070.500.28
HSL52.17º39.32%54.12%-
HSV(B)52.17º50%72.16%-
XYZ36.4540.4716.02-
YUV166.4785.98140.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.07%
GREEN value IS 172 (67.58% from 255) = 38.39%
BLUE value IS 92 (36.33% from 255) = 20.54%
R=41.07%
G=38.39%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841729200.070.500.2852.1739.3254.12
HexB8AC5C07321C342736
Octal270254134076234644766
Binary10111000101011001011100011111001011100110100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AC5C; }

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

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

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

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

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

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

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

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