#B3A852

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

Shades of Brass #B3A852

Tints of Brass #B3A852

Color information

#B3A852 (or 0xB3A852) is unknown color: approx Brass. HEX triplet: B3, A8 and 52. RGB value is (179,168,82). Sum of RGB (Red+Green+Blue) = 179+168+82=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A852 is #4C57AD. Grayscale: #A1A1A1. Windows color (decimal): -5003182 or 5417139. OLE color: 5417139.

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

Color convert

RGB17916882-
CMYK00.060.540.30
HSL53.2º38.96%51.18%-
HSV(B)53.2º54.19%70.2%-
XYZ34.1238.213.56-
YUV161.4983.14140.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.72%
GREEN value IS 168 (66.02% from 255) = 39.16%
BLUE value IS 82 (32.42% from 255) = 19.11%
R=41.72%
G=39.16%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791688200.060.540.3053.238.9651.18
HexB3A85206361E352733
Octal263250122066636654763
Binary10110011101010001010010011011011011110110101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A852; }

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

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

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

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

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

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

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

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