#B2AC3E

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

Shades of Brass #B2AC3E

Tints of Brass #B2AC3E

Color information

#B2AC3E (or 0xB2AC3E) is unknown color: approx Brass. HEX triplet: B2, AC and 3E. RGB value is (178,172,62). Sum of RGB (Red+Green+Blue) = 178+172+62=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AC3E is #4D53C1. Grayscale: #A1A1A1. Windows color (decimal): -5067714 or 4107442. OLE color: 4107442.

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

Color convert

RGB17817262-
CMYK00.030.650.30
HSL56.9º48.33%47.06%-
HSV(B)56.9º65.17%69.8%-
XYZ33.9839.3210.36-
YUV161.2571.99139.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.20%
GREEN value IS 172 (67.58% from 255) = 41.75%
BLUE value IS 62 (24.61% from 255) = 15.05%
R=43.20%
G=41.75%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781726200.030.650.3056.948.3347.06
HexB2AC3E03411E39302f
Octal262254760310136716057
Binary1011001010101100111110011100000111110111001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AC3E; }

 p { color: rgb(178,172,62); }

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

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

 a { background-color: rgb(178,172,62); }

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

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

 span { border-color: rgb(178,172,62); }

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