#B1A53D

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

Shades of Brass #B1A53D

Tints of Brass #B1A53D

Color information

#B1A53D (or 0xB1A53D) is unknown color: approx Brass. HEX triplet: B1, A5 and 3D. RGB value is (177,165,61). Sum of RGB (Red+Green+Blue) = 177+165+61=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A53D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A53D is #4E5AC2. Grayscale: #9D9D9D. Windows color (decimal): -5135043 or 4040113. OLE color: 4040113.

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

Color convert

RGB17716561-
CMYK00.070.660.31
HSL53.79º48.74%46.67%-
HSV(B)53.79º65.54%69.41%-
XYZ32.4336.599.77-
YUV156.7373.98142.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 165 (64.84% from 255) = 40.94%
BLUE value IS 61 (24.22% from 255) = 15.14%
R=43.92%
G=40.94%
B=15.14%

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
Decimal1771656100.070.660.3153.7948.7446.67
HexB1A53D07421F36312f
Octal261245750710237666157
Binary10110001101001011111010111100001011111110110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A53D; }

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

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

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

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

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

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

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

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