#B2A237

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

Shades of Brass #B2A237

Tints of Brass #B2A237

Color information

#B2A237 (or 0xB2A237) is unknown color: approx Brass. HEX triplet: B2, A2 and 37. RGB value is (178,162,55). Sum of RGB (Red+Green+Blue) = 178+162+55=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A237 is #4D5DC8. Grayscale: #9B9B9B. Windows color (decimal): -5070281 or 3646130. OLE color: 3646130.

HSL color Cylindrical-coordinate representation of color #B2A237: hue angle of 52.2º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2A237 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB17816255-
CMYK00.090.690.30
HSL52.2º52.79%45.69%-
HSV(B)52.2º69.1%69.8%-
XYZ31.9735.588.8-
YUV154.5971.8144.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.06%
GREEN value IS 162 (63.67% from 255) = 41.01%
BLUE value IS 55 (21.88% from 255) = 13.92%
R=45.06%
G=41.01%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781625500.090.690.3052.252.7945.69
HexB2A23709451E34352e
Octal2622426701110536646556
Binary101100101010001011011101001100010111110110100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A237; }

 p { color: rgb(178,162,55); }

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

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

 a { background-color: rgb(178,162,55); }

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

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

 span { border-color: rgb(178,162,55); }

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