#B0AC6A

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

Shades of Gimblet #B0AC6A

Tints of Gimblet #B0AC6A

Color information

#B0AC6A (or 0xB0AC6A) is unknown color: approx Gimblet. HEX triplet: B0, AC and 6A. RGB value is (176,172,106). Sum of RGB (Red+Green+Blue) = 176+172+106=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AC6A is #4F5395. Grayscale: #A5A5A5. Windows color (decimal): -5198742 or 6991024. OLE color: 6991024.

HSL color Cylindrical-coordinate representation of color #B0AC6A: hue angle of 56.57º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0AC6A is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB176172106-
CMYK00.020.400.31
HSL56.57º30.7%55.29%-
HSV(B)56.57º39.77%69.02%-
XYZ35.2639.7819.45-
YUV165.6794.33135.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.77%
GREEN value IS 172 (67.58% from 255) = 37.89%
BLUE value IS 106 (41.80% from 255) = 23.35%
R=38.77%
G=37.89%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617210600.020.400.3156.5730.755.29
HexB0AC6A02281F391f37
Octal260254152025037713767
Binary101100001010110011010100101010001111111100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AC6A; }

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

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

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

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

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

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

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

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