#B2A943

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

Shades of Brass #B2A943

Tints of Brass #B2A943

Color information

#B2A943 (or 0xB2A943) is unknown color: approx Brass. HEX triplet: B2, A9 and 43. RGB value is (178,169,67). Sum of RGB (Red+Green+Blue) = 178+169+67=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 67 (26.56% from 255 or 16.18% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A943 is #4D56BC. Grayscale: #A0A0A0. Windows color (decimal): -5068477 or 4434354. OLE color: 4434354.

HSL color Cylindrical-coordinate representation of color #B2A943: hue angle of 55.14º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2A943 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB17816967-
CMYK00.050.620.30
HSL55.14º45.31%48.04%-
HSV(B)55.14º62.36%69.8%-
XYZ33.5638.2510.92-
YUV160.0675.48140.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.00%
GREEN value IS 169 (66.41% from 255) = 40.82%
BLUE value IS 67 (26.56% from 255) = 16.18%
R=43.00%
G=40.82%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781696700.050.620.3055.1445.3148.04
HexB2A943053E1E372d30
Octal262251103057636675560
Binary10110010101010011000011010111111011110110111101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A943; }

 p { color: rgb(178,169,67); }

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

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

 a { background-color: rgb(178,169,67); }

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

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

 span { border-color: rgb(178,169,67); }

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