#B1A53C

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

Shades of Brass #B1A53C

Tints of Brass #B1A53C

Color information

#B1A53C (or 0xB1A53C) is unknown color: approx Brass. HEX triplet: B1, A5 and 3C. RGB value is (177,165,60). Sum of RGB (Red+Green+Blue) = 177+165+60=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A53C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A53C is #4E5AC3. Grayscale: #9D9D9D. Windows color (decimal): -5135044 or 3974577. OLE color: 3974577.

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

Color convert

RGB17716560-
CMYK00.070.660.31
HSL53.85º49.37%46.47%-
HSV(B)53.85º66.1%69.41%-
XYZ32.436.589.63-
YUV156.6273.48142.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 165 (64.84% from 255) = 41.04%
BLUE value IS 60 (23.83% from 255) = 14.93%
R=44.03%
G=41.04%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771656000.070.660.3153.8549.3746.47
HexB1A53C07421F36312e
Octal261245740710237666156
Binary10110001101001011111000111100001011111110110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A53C; }

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

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

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

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

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

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

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

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