#B8AC6C

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

Shades of Gimblet #B8AC6C

Tints of Gimblet #B8AC6C

Color information

#B8AC6C (or 0xB8AC6C) is unknown color: approx Gimblet. HEX triplet: B8, AC and 6C. RGB value is (184,172,108). Sum of RGB (Red+Green+Blue) = 184+172+108=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AC6C is #475393. Grayscale: #A8A8A8. Windows color (decimal): -4674452 or 7122104. OLE color: 7122104.

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

Color convert

RGB184172108-
CMYK00.070.410.28
HSL50.53º34.86%57.25%-
HSV(B)50.53º41.3%72.16%-
XYZ37.2340.7820.1-
YUV168.2993.98139.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.66%
GREEN value IS 172 (67.58% from 255) = 37.07%
BLUE value IS 108 (42.58% from 255) = 23.28%
R=39.66%
G=37.07%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417210800.070.410.2850.5334.8657.25
HexB8AC6C07291C332339
Octal270254154075134634371
Binary10111000101011001101100011110100111100110011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AC6C; }

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

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

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

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

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

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

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

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