#B1A735

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

Shades of Brass #B1A735

Tints of Brass #B1A735

Color information

#B1A735 (or 0xB1A735) is unknown color: approx Brass. HEX triplet: B1, A7 and 35. RGB value is (177,167,53). Sum of RGB (Red+Green+Blue) = 177+167+53=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 53 (21.09% from 255 or 13.35% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A735 is #4E58CA. Grayscale: #9D9D9D. Windows color (decimal): -5134539 or 3516337. OLE color: 3516337.

HSL color Cylindrical-coordinate representation of color #B1A735: hue angle of 55.16º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B1A735 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB17716753-
CMYK00.060.700.31
HSL55.16º53.91%45.1%-
HSV(B)55.16º70.06%69.41%-
XYZ32.5937.248.84-
YUV156.9969.31142.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 167 (65.62% from 255) = 42.07%
BLUE value IS 53 (21.09% from 255) = 13.35%
R=44.58%
G=42.07%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771675300.060.700.3155.1653.9145.1
HexB1A73506461F37362d
Octal261247650610637676655
Binary10110001101001111101010110100011011111110111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A735; }

 p { color: rgb(177,167,53); }

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

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

 a { background-color: rgb(177,167,53); }

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

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

 span { border-color: rgb(177,167,53); }

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