#B1B13E

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

Shades of Brass #B1B13E

Tints of Brass #B1B13E

Color information

#B1B13E (or 0xB1B13E) is unknown color: approx Brass. HEX triplet: B1, B1 and 3E. RGB value is (177,177,62). Sum of RGB (Red+Green+Blue) = 177+177+62=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B13E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B13E is #4E4EC1. Grayscale: #A4A4A4. Windows color (decimal): -5131970 or 4108721. OLE color: 4108721.

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

Color convert

RGB17717762-
CMYK000.650.31
HSL60º48.12%46.86%-
HSV(B)60º64.97%69.41%-
XYZ34.7241.1410.67-
YUV163.8970.5137.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.55%
GREEN value IS 177 (69.53% from 255) = 42.55%
BLUE value IS 62 (24.61% from 255) = 14.90%
R=42.55%
G=42.55%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717762000.650.316048.1246.86
HexB1B13E00411F3c302f
Octal261261760010137746057
Binary101100011011000111111000100000111111111100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B13E; }

 p { color: rgb(177,177,62); }

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

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

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

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

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

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

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