#B1B239

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

Shades of Brass #B1B239

Tints of Brass #B1B239

Color information

#B1B239 (or 0xB1B239) is unknown color: approx Brass. HEX triplet: B1, B2 and 39. RGB value is (177,178,57). Sum of RGB (Red+Green+Blue) = 177+178+57=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 57 (22.66% from 255 or 13.83% from 412); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B239 is #4E4DC6. Grayscale: #A4A4A4. Windows color (decimal): -5131719 or 3781297. OLE color: 3781297.

HSL color Cylindrical-coordinate representation of color #B1B239: hue angle of 60.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B1B239 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB17717857-
CMYK0.0100.680.30
HSL60.5º51.49%46.08%-
HSV(B)60.5º67.98%69.8%-
XYZ34.7941.4810.04-
YUV163.9167.67137.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 178 (69.92% from 255) = 43.20%
BLUE value IS 57 (22.66% from 255) = 13.83%
R=42.96%
G=43.20%
B=13.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177178570.0100.680.3060.551.4946.08
HexB1B23910441E3c332e
Octal261262711010436746356
Binary101100011011001011100110100010011110111100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B239; }

 p { color: rgb(177,178,57); }

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

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

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

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

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

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

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