#B1A24A

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

Shades of Brass #B1A24A

Tints of Brass #B1A24A

Color information

#B1A24A (or 0xB1A24A) is unknown color: approx Brass. HEX triplet: B1, A2 and 4A. RGB value is (177,162,74). Sum of RGB (Red+Green+Blue) = 177+162+74=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A24A is #4E5DB5. Grayscale: #9C9C9C. Windows color (decimal): -5135798 or 4891313. OLE color: 4891313.

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

Color convert

RGB17716274-
CMYK00.080.580.31
HSL51.26º41.04%49.22%-
HSV(B)51.26º58.19%69.41%-
XYZ32.2935.6811.66-
YUV156.4581.47142.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.86%
GREEN value IS 162 (63.67% from 255) = 39.23%
BLUE value IS 74 (29.30% from 255) = 17.92%
R=42.86%
G=39.23%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771627400.080.580.3151.2641.0449.22
HexB1A24A083A1F332931
Octal2612421120107237635161
Binary101100011010001010010100100011101011111110011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A24A; }

 p { color: rgb(177,162,74); }

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

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

 a { background-color: rgb(177,162,74); }

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

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

 span { border-color: rgb(177,162,74); }

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