#B1A54F

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

Shades of Brass #B1A54F

Tints of Brass #B1A54F

Color information

#B1A54F (or 0xB1A54F) is unknown color: approx Brass. HEX triplet: B1, A5 and 4F. RGB value is (177,165,79). Sum of RGB (Red+Green+Blue) = 177+165+79=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A54F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A54F is #4E5AB0. Grayscale: #9F9F9F. Windows color (decimal): -5135025 or 5219761. OLE color: 5219761.

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

Color convert

RGB17716579-
CMYK00.070.550.31
HSL52.65º38.58%50.2%-
HSV(B)52.65º55.37%69.41%-
XYZ3336.8212.77-
YUV158.7882.98140.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.04%
GREEN value IS 165 (64.84% from 255) = 39.19%
BLUE value IS 79 (31.25% from 255) = 18.76%
R=42.04%
G=39.19%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771657900.070.550.3152.6538.5850.2
HexB1A54F07371F352732
Octal261245117076737654762
Binary10110001101001011001111011111011111111110101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A54F; }

 p { color: rgb(177,165,79); }

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

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

 a { background-color: rgb(177,165,79); }

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

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

 span { border-color: rgb(177,165,79); }

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