#B0B137

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

Shades of Brass #B0B137

Tints of Brass #B0B137

Color information

#B0B137 (or 0xB0B137) is unknown color: approx Brass. HEX triplet: B0, B1 and 37. RGB value is (176,177,55). Sum of RGB (Red+Green+Blue) = 176+177+55=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 55 (21.88% from 255 or 13.48% from 408); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B137 is #4F4EC8. Grayscale: #A3A3A3. Windows color (decimal): -5197513 or 3649968. OLE color: 3649968.

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

Color convert

RGB17617755-
CMYK0.0100.690.31
HSL60.49º52.59%45.49%-
HSV(B)60.49º68.93%69.41%-
XYZ34.3240.959.71-
YUV162.7967.17137.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.14%
GREEN value IS 177 (69.53% from 255) = 43.38%
BLUE value IS 55 (21.88% from 255) = 13.48%
R=43.14%
G=43.38%
B=13.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176177550.0100.690.3160.4952.5945.49
HexB0B13710451F3c352d
Octal260261671010537746555
Binary101100001011000111011110100010111111111100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B137; }

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

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

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

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

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

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

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

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