#B1B036

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

Shades of Brass #B1B036

Tints of Brass #B1B036

Color information

#B1B036 (or 0xB1B036) is unknown color: approx Brass. HEX triplet: B1, B0 and 36. RGB value is (177,176,54). Sum of RGB (Red+Green+Blue) = 177+176+54=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 54 (21.48% from 255 or 13.27% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B036 is #4E4FC9. Grayscale: #A2A2A2. Windows color (decimal): -5132234 or 3584177. OLE color: 3584177.

HSL color Cylindrical-coordinate representation of color #B1B036: hue angle of 59.51º 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 #B1B036 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB17717654-
CMYK00.010.690.31
HSL59.51º53.25%45.29%-
HSV(B)59.51º69.49%69.41%-
XYZ34.3240.669.53-
YUV162.3966.83138.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 176 (69.14% from 255) = 43.24%
BLUE value IS 54 (21.48% from 255) = 13.27%
R=43.49%
G=43.24%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771765400.010.690.3159.5153.2545.29
HexB1B03601451F3c352d
Octal261260660110537746555
Binary101100011011000011011001100010111111111100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B036; }

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

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

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

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

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

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

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

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