#B2A53A

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

Shades of Brass #B2A53A

Tints of Brass #B2A53A

Color information

#B2A53A (or 0xB2A53A) is unknown color: approx Brass. HEX triplet: B2, A5 and 3A. RGB value is (178,165,58). Sum of RGB (Red+Green+Blue) = 178+165+58=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A53A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A53A is #4D5AC5. Grayscale: #9D9D9D. Windows color (decimal): -5069510 or 3843506. OLE color: 3843506.

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

Color convert

RGB17816558-
CMYK00.070.670.30
HSL53.5º50.85%46.27%-
HSV(B)53.5º67.42%69.8%-
XYZ32.5836.689.37-
YUV156.6972.31143.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.39%
GREEN value IS 165 (64.84% from 255) = 41.15%
BLUE value IS 58 (23.05% from 255) = 14.46%
R=44.39%
G=41.15%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781655800.070.670.3053.550.8546.27
HexB2A53A07431E36332e
Octal262245720710336666356
Binary10110010101001011110100111100001111110110110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A53A; }

 p { color: rgb(178,165,58); }

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

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

 a { background-color: rgb(178,165,58); }

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

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

 span { border-color: rgb(178,165,58); }

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