#B2A23B

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

Shades of Brass #B2A23B

Tints of Brass #B2A23B

Color information

#B2A23B (or 0xB2A23B) is unknown color: approx Brass. HEX triplet: B2, A2 and 3B. RGB value is (178,162,59). Sum of RGB (Red+Green+Blue) = 178+162+59=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A23B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A23B is #4D5DC4. Grayscale: #9B9B9B. Windows color (decimal): -5070277 or 3908274. OLE color: 3908274.

HSL color Cylindrical-coordinate representation of color #B2A23B: hue angle of 51.93º degrees, saturation: 0.5, 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 #B2A23B is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB17816259-
CMYK00.090.670.30
HSL51.93º50.21%46.47%-
HSV(B)51.93º66.85%69.8%-
XYZ32.0735.629.32-
YUV155.0473.8144.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.61%
GREEN value IS 162 (63.67% from 255) = 40.60%
BLUE value IS 59 (23.44% from 255) = 14.79%
R=44.61%
G=40.60%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781625900.090.670.3051.9350.2146.47
HexB2A23B09431E34322e
Octal2622427301110336646256
Binary101100101010001011101101001100001111110110100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A23B; }

 p { color: rgb(178,162,59); }

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

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

 a { background-color: rgb(178,162,59); }

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

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

 span { border-color: rgb(178,162,59); }

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