#B3A842

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

Shades of Brass #B3A842

Tints of Brass #B3A842

Color information

#B3A842 (or 0xB3A842) is unknown color: approx Brass. HEX triplet: B3, A8 and 42. RGB value is (179,168,66). Sum of RGB (Red+Green+Blue) = 179+168+66=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A842 is #4C57BD. Grayscale: #A0A0A0. Windows color (decimal): -5003198 or 4368563. OLE color: 4368563.

HSL color Cylindrical-coordinate representation of color #B3A842: hue angle of 54.16º 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 #B3A842 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB17916866-
CMYK00.060.630.30
HSL54.16º46.12%48.04%-
HSV(B)54.16º63.13%70.2%-
XYZ33.5837.9810.72-
YUV159.6675.14141.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 168 (66.02% from 255) = 40.68%
BLUE value IS 66 (26.17% from 255) = 15.98%
R=43.34%
G=40.68%
B=15.98%

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
Decimal1791686600.060.630.3054.1646.1248.04
HexB3A842063F1E362e30
Octal263250102067736665660
Binary10110011101010001000010011011111111110110110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A842; }

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

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

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

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

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

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

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

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