#B3A236

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

Shades of Brass #B3A236

Tints of Brass #B3A236

Color information

#B3A236 (or 0xB3A236) is unknown color: approx Brass. HEX triplet: B3, A2 and 36. RGB value is (179,162,54). Sum of RGB (Red+Green+Blue) = 179+162+54=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 54 (21.48% from 255 or 13.67% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A236 is #4C5DC9. Grayscale: #9B9B9B. Windows color (decimal): -5004746 or 3580595. OLE color: 3580595.

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

Color convert

RGB17916254-
CMYK00.090.700.30
HSL51.84º53.65%45.69%-
HSV(B)51.84º69.83%70.2%-
XYZ32.1835.698.68-
YUV154.7771.13145.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.32%
GREEN value IS 162 (63.67% from 255) = 41.01%
BLUE value IS 54 (21.48% from 255) = 13.67%
R=45.32%
G=41.01%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791625400.090.700.3051.8453.6545.69
HexB3A23609461E34362e
Octal2632426601110636646656
Binary101100111010001011011001001100011011110110100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A236; }

 p { color: rgb(179,162,54); }

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

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

 a { background-color: rgb(179,162,54); }

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

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

 span { border-color: rgb(179,162,54); }

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