#B8AC6A

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

Shades of Gimblet #B8AC6A

Tints of Gimblet #B8AC6A

Color information

#B8AC6A (or 0xB8AC6A) is unknown color: approx Gimblet. HEX triplet: B8, AC and 6A. RGB value is (184,172,106). Sum of RGB (Red+Green+Blue) = 184+172+106=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AC6A is #475395. Grayscale: #A8A8A8. Windows color (decimal): -4674454 or 6991032. OLE color: 6991032.

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

Color convert

RGB184172106-
CMYK00.070.420.28
HSL50.77º35.45%56.86%-
HSV(B)50.77º42.39%72.16%-
XYZ37.1240.7419.54-
YUV168.0692.98139.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.83%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 106 (41.80% from 255) = 22.94%
R=39.83%
G=37.23%
B=22.94%

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
Decimal18417210600.070.420.2850.7735.4556.86
HexB8AC6A072A1C332339
Octal270254152075234634371
Binary10111000101011001101010011110101011100110011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AC6A; }

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

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

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

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

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

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

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

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