#B2A74A

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

Shades of Brass #B2A74A

Tints of Brass #B2A74A

Color information

#B2A74A (or 0xB2A74A) is unknown color: approx Brass. HEX triplet: B2, A7 and 4A. RGB value is (178,167,74). Sum of RGB (Red+Green+Blue) = 178+167+74=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A74A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A74A is #4D58B5. Grayscale: #A0A0A0. Windows color (decimal): -5068982 or 4892594. OLE color: 4892594.

HSL color Cylindrical-coordinate representation of color #B2A74A: hue angle of 53.65º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2A74A is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB17816774-
CMYK00.060.580.30
HSL53.65º41.27%49.41%-
HSV(B)53.65º58.43%69.8%-
XYZ33.4137.611.97-
YUV159.6979.64141.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.48%
GREEN value IS 167 (65.62% from 255) = 39.86%
BLUE value IS 74 (29.30% from 255) = 17.66%
R=42.48%
G=39.86%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781677400.060.580.3053.6541.2749.41
HexB2A74A063A1E362931
Octal262247112067236665161
Binary10110010101001111001010011011101011110110110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A74A; }

 p { color: rgb(178,167,74); }

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

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

 a { background-color: rgb(178,167,74); }

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

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

 span { border-color: rgb(178,167,74); }

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