#B3A843

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

Shades of Brass #B3A843

Tints of Brass #B3A843

Color information

#B3A843 (or 0xB3A843) is unknown color: approx Brass. HEX triplet: B3, A8 and 43. RGB value is (179,168,67). Sum of RGB (Red+Green+Blue) = 179+168+67=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 67 (26.56% from 255 or 16.18% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A843 is #4C57BC. Grayscale: #A0A0A0. Windows color (decimal): -5003197 or 4434099. OLE color: 4434099.

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

Color convert

RGB17916867-
CMYK00.060.630.30
HSL54.11º45.53%48.24%-
HSV(B)54.11º62.57%70.2%-
XYZ33.6137.9910.87-
YUV159.7875.64141.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.24%
GREEN value IS 168 (66.02% from 255) = 40.58%
BLUE value IS 67 (26.56% from 255) = 16.18%
R=43.24%
G=40.58%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791686700.060.630.3054.1145.5348.24
HexB3A843063F1E362e30
Octal263250103067736665660
Binary10110011101010001000011011011111111110110110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A843; }

 p { color: rgb(179,168,67); }

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

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

 a { background-color: rgb(179,168,67); }

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

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

 span { border-color: rgb(179,168,67); }

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