#B2A556

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

Shades of Gimblet #B2A556

Tints of Gimblet #B2A556

Color information

#B2A556 (or 0xB2A556) is unknown color: approx Gimblet. HEX triplet: B2, A5 and 56. RGB value is (178,165,86). Sum of RGB (Red+Green+Blue) = 178+165+86=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A556 is #4D5AA9. Grayscale: #A0A0A0. Windows color (decimal): -5069482 or 5678514. OLE color: 5678514.

HSL color Cylindrical-coordinate representation of color #B2A556: hue angle of 51.52º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2A556 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB17816586-
CMYK00.070.520.30
HSL51.52º37.4%51.76%-
HSV(B)51.52º51.69%69.8%-
XYZ33.4937.0514.19-
YUV159.8886.31140.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 165 (64.84% from 255) = 38.46%
BLUE value IS 86 (33.98% from 255) = 20.05%
R=41.49%
G=38.46%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781658600.070.520.3051.5237.451.76
HexB2A55607341E342534
Octal262245126076436644564
Binary10110010101001011010110011111010011110110100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A556; }

 p { color: rgb(178,165,86); }

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

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

 a { background-color: rgb(178,165,86); }

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

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

 span { border-color: rgb(178,165,86); }

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