#B2A433

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

Shades of Brass #B2A433

Tints of Brass #B2A433

Color information

#B2A433 (or 0xB2A433) is unknown color: approx Brass. HEX triplet: B2, A4 and 33. RGB value is (178,164,51). Sum of RGB (Red+Green+Blue) = 178+164+51=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A433 is #4D5BCC. Grayscale: #9B9B9B. Windows color (decimal): -5069773 or 3384498. OLE color: 3384498.

HSL color Cylindrical-coordinate representation of color #B2A433: hue angle of 53.39º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2A433 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB17816451-
CMYK00.080.710.30
HSL53.39º55.46%44.9%-
HSV(B)53.39º71.35%69.8%-
XYZ32.2336.258.43-
YUV155.369.14144.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.29%
GREEN value IS 164 (64.45% from 255) = 41.73%
BLUE value IS 51 (20.31% from 255) = 12.98%
R=45.29%
G=41.73%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781645100.080.710.3053.3955.4644.9
HexB2A43308471E35372d
Octal2622446301010736656755
Binary101100101010010011001101000100011111110110101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A433; }

 p { color: rgb(178,164,51); }

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

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

 a { background-color: rgb(178,164,51); }

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

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

 span { border-color: rgb(178,164,51); }

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