#B8AC5B

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

Shades of Gimblet #B8AC5B

Tints of Gimblet #B8AC5B

Color information

#B8AC5B (or 0xB8AC5B) is unknown color: approx Gimblet. HEX triplet: B8, AC and 5B. RGB value is (184,172,91). Sum of RGB (Red+Green+Blue) = 184+172+91=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AC5B is #4753A4. Grayscale: #A6A6A6. Windows color (decimal): -4674469 or 6007992. OLE color: 6007992.

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

Color convert

RGB18417291-
CMYK00.070.510.28
HSL52.26º39.57%53.92%-
HSV(B)52.26º50.54%72.16%-
XYZ36.4140.4515.79-
YUV166.3585.48140.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.16%
GREEN value IS 172 (67.58% from 255) = 38.48%
BLUE value IS 91 (35.94% from 255) = 20.36%
R=41.16%
G=38.48%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841729100.070.510.2852.2639.5753.92
HexB8AC5B07331C342836
Octal270254133076334645066
Binary10111000101011001011011011111001111100110100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AC5B; }

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

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

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

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

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

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

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

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