#B2A64F

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

Shades of Brass #B2A64F

Tints of Brass #B2A64F

Color information

#B2A64F (or 0xB2A64F) is unknown color: approx Brass. HEX triplet: B2, A6 and 4F. RGB value is (178,166,79). Sum of RGB (Red+Green+Blue) = 178+166+79=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A64F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A64F is #4D59B0. Grayscale: #A0A0A0. Windows color (decimal): -5069233 or 5220018. OLE color: 5220018.

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

Color convert

RGB17816679-
CMYK00.070.560.30
HSL52.73º39.13%50.39%-
HSV(B)52.73º55.62%69.8%-
XYZ33.4137.312.84-
YUV159.6782.48141.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 166 (65.23% from 255) = 39.24%
BLUE value IS 79 (31.25% from 255) = 18.68%
R=42.08%
G=39.24%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781667900.070.560.3052.7339.1350.39
HexB2A64F07381E352732
Octal262246117077036654762
Binary10110010101001101001111011111100011110110101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A64F; }

 p { color: rgb(178,166,79); }

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

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

 a { background-color: rgb(178,166,79); }

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

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

 span { border-color: rgb(178,166,79); }

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