#B2A13A

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

Shades of Brass #B2A13A

Tints of Brass #B2A13A

Color information

#B2A13A (or 0xB2A13A) is unknown color: approx Brass. HEX triplet: B2, A1 and 3A. RGB value is (178,161,58). Sum of RGB (Red+Green+Blue) = 178+161+58=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A13A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A13A is #4D5EC5. Grayscale: #9A9A9A. Windows color (decimal): -5070534 or 3842482. OLE color: 3842482.

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

Color convert

RGB17816158-
CMYK00.100.670.30
HSL51.5º50.85%46.27%-
HSV(B)51.5º67.42%69.8%-
XYZ31.8735.269.13-
YUV154.3473.63144.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.84%
GREEN value IS 161 (63.28% from 255) = 40.55%
BLUE value IS 58 (23.05% from 255) = 14.61%
R=44.84%
G=40.55%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781615800.100.670.3051.550.8546.27
HexB2A13A0A431E34332e
Octal2622417201210336646356
Binary101100101010000111101001010100001111110110100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A13A; }

 p { color: rgb(178,161,58); }

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

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

 a { background-color: rgb(178,161,58); }

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

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

 span { border-color: rgb(178,161,58); }

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