#B1A43E

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

Shades of Brass #B1A43E

Tints of Brass #B1A43E

Color information

#B1A43E (or 0xB1A43E) is unknown color: approx Brass. HEX triplet: B1, A4 and 3E. RGB value is (177,164,62). Sum of RGB (Red+Green+Blue) = 177+164+62=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 62 (24.61% from 255 or 15.38% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A43E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A43E is #4E5BC1. Grayscale: #9C9C9C. Windows color (decimal): -5135298 or 4105393. OLE color: 4105393.

HSL color Cylindrical-coordinate representation of color #B1A43E: hue angle of 53.22º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B1A43E is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB17716462-
CMYK00.070.650.31
HSL53.22º48.12%46.86%-
HSV(B)53.22º64.97%69.41%-
XYZ32.2836.259.85-
YUV156.2674.81142.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 164 (64.45% from 255) = 40.69%
BLUE value IS 62 (24.61% from 255) = 15.38%
R=43.92%
G=40.69%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771646200.070.650.3153.2248.1246.86
HexB1A43E07411F35302f
Octal261244760710137656057
Binary10110001101001001111100111100000111111110101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A43E; }

 p { color: rgb(177,164,62); }

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

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

 a { background-color: rgb(177,164,62); }

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

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

 span { border-color: rgb(177,164,62); }

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