#B1A24B

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

Shades of Brass #B1A24B

Tints of Brass #B1A24B

Color information

#B1A24B (or 0xB1A24B) is unknown color: approx Brass. HEX triplet: B1, A2 and 4B. RGB value is (177,162,75). Sum of RGB (Red+Green+Blue) = 177+162+75=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A24B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A24B is #4E5DB4. Grayscale: #9C9C9C. Windows color (decimal): -5135797 or 4956849. OLE color: 4956849.

HSL color Cylindrical-coordinate representation of color #B1A24B: hue angle of 51.18º degrees, saturation: 0.4, 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 #B1A24B is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17716275-
CMYK00.080.580.31
HSL51.18º40.48%49.41%-
HSV(B)51.18º57.63%69.41%-
XYZ32.3235.711.84-
YUV156.5781.97142.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 162 (63.67% from 255) = 39.13%
BLUE value IS 75 (29.69% from 255) = 18.12%
R=42.75%
G=39.13%
B=18.12%

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
Decimal1771627500.080.580.3151.1840.4849.41
HexB1A24B083A1F332831
Octal2612421130107237635061
Binary101100011010001010010110100011101011111110011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A24B; }

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

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

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

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

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

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

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

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