#B2A552

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

Shades of Brass #B2A552

Tints of Brass #B2A552

Color information

#B2A552 (or 0xB2A552) is unknown color: approx Brass. HEX triplet: B2, A5 and 52. RGB value is (178,165,82). Sum of RGB (Red+Green+Blue) = 178+165+82=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A552 is #4D5AAD. Grayscale: #9F9F9F. Windows color (decimal): -5069486 or 5416370. OLE color: 5416370.

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

Color convert

RGB17816582-
CMYK00.070.540.30
HSL51.88º38.4%50.98%-
HSV(B)51.88º53.93%69.8%-
XYZ33.3436.9813.36-
YUV159.4384.31141.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.88%
GREEN value IS 165 (64.84% from 255) = 38.82%
BLUE value IS 82 (32.42% from 255) = 19.29%
R=41.88%
G=38.82%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781658200.070.540.3051.8838.450.98
HexB2A55207361E342633
Octal262245122076636644663
Binary10110010101001011010010011111011011110110100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A552; }

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

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

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

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

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

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

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

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