#B2A03E

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

Shades of Brass #B2A03E

Tints of Brass #B2A03E

Color information

#B2A03E (or 0xB2A03E) is unknown color: approx Brass. HEX triplet: B2, A0 and 3E. RGB value is (178,160,62). Sum of RGB (Red+Green+Blue) = 178+160+62=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A03E is #4D5FC1. Grayscale: #9A9A9A. Windows color (decimal): -5070786 or 4104370. OLE color: 4104370.

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

Color convert

RGB17816062-
CMYK00.100.650.30
HSL50.69º48.33%47.06%-
HSV(B)50.69º65.17%69.8%-
XYZ31.834.959.63-
YUV154.2175.96144.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.5%
GREEN value IS 160 (62.89% from 255) = 40%
BLUE value IS 62 (24.61% from 255) = 15.5%
R=44.5%
G=40%
B=15.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781606200.100.650.3050.6948.3347.06
HexB2A03E0A411E33302f
Octal2622407601210136636057
Binary101100101010000011111001010100000111110110011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A03E; }

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

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

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

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

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

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

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

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