#B1A836

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

Shades of Brass #B1A836

Tints of Brass #B1A836

Color information

#B1A836 (or 0xB1A836) is unknown color: approx Brass. HEX triplet: B1, A8 and 36. RGB value is (177,168,54). Sum of RGB (Red+Green+Blue) = 177+168+54=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 54 (21.48% from 255 or 13.53% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A836 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A836 is #4E57C9. Grayscale: #9E9E9E. Windows color (decimal): -5134282 or 3582129. OLE color: 3582129.

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

Color convert

RGB17716854-
CMYK00.050.690.31
HSL55.61º53.25%45.29%-
HSV(B)55.61º69.49%69.41%-
XYZ32.837.629.02-
YUV157.769.48141.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.36%
GREEN value IS 168 (66.02% from 255) = 42.11%
BLUE value IS 54 (21.48% from 255) = 13.53%
R=44.36%
G=42.11%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771685400.050.690.3155.6153.2545.29
HexB1A83605451F38352d
Octal261250660510537706555
Binary10110001101010001101100101100010111111111000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A836; }

 p { color: rgb(177,168,54); }

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

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

 a { background-color: rgb(177,168,54); }

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

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

 span { border-color: rgb(177,168,54); }

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