#B8AC6B

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

Shades of Gimblet #B8AC6B

Tints of Gimblet #B8AC6B

Color information

#B8AC6B (or 0xB8AC6B) is unknown color: approx Gimblet. HEX triplet: B8, AC and 6B. RGB value is (184,172,107). Sum of RGB (Red+Green+Blue) = 184+172+107=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AC6B is #475394. Grayscale: #A8A8A8. Windows color (decimal): -4674453 or 7056568. OLE color: 7056568.

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

Color convert

RGB184172107-
CMYK00.070.420.28
HSL50.65º35.16%57.06%-
HSV(B)50.65º41.85%72.16%-
XYZ37.1740.7619.82-
YUV168.1893.48139.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.74%
GREEN value IS 172 (67.58% from 255) = 37.15%
BLUE value IS 107 (42.19% from 255) = 23.11%
R=39.74%
G=37.15%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417210700.070.420.2850.6535.1657.06
HexB8AC6B072A1C332339
Octal270254153075234634371
Binary10111000101011001101011011110101011100110011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AC6B; }

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

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

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

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

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

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

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

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