#B2A74D

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

Shades of Brass #B2A74D

Tints of Brass #B2A74D

Color information

#B2A74D (or 0xB2A74D) is unknown color: approx Brass. HEX triplet: B2, A7 and 4D. RGB value is (178,167,77). Sum of RGB (Red+Green+Blue) = 178+167+77=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A74D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A74D is #4D58B2. Grayscale: #A0A0A0. Windows color (decimal): -5068979 or 5089202. OLE color: 5089202.

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

Color convert

RGB17816777-
CMYK00.060.570.30
HSL53.47º39.61%50%-
HSV(B)53.47º56.74%69.8%-
XYZ33.5237.6412.52-
YUV160.0381.14140.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.18%
GREEN value IS 167 (65.62% from 255) = 39.57%
BLUE value IS 77 (30.47% from 255) = 18.25%
R=42.18%
G=39.57%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781677700.060.570.3053.4739.6150
HexB2A74D06391E352832
Octal262247115067136655062
Binary10110010101001111001101011011100111110110101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A74D; }

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

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

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

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

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

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

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

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