#B0B437

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

Shades of Brass #B0B437

Tints of Brass #B0B437

Color information

#B0B437 (or 0xB0B437) is unknown color: approx Brass. HEX triplet: B0, B4 and 37. RGB value is (176,180,55). Sum of RGB (Red+Green+Blue) = 176+180+55=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 55 (21.88% from 255 or 13.38% from 411); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B437 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B437 is #4F4BC8. Grayscale: #A5A5A5. Windows color (decimal): -5196745 or 3650736. OLE color: 3650736.

HSL color Cylindrical-coordinate representation of color #B0B437: hue angle of 61.92º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0B437 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB17618055-
CMYK0.0200.690.29
HSL61.92º53.19%46.08%-
HSV(B)61.92º69.44%70.59%-
XYZ34.9242.159.91-
YUV164.5566.17136.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.82%
GREEN value IS 180 (70.70% from 255) = 43.80%
BLUE value IS 55 (21.88% from 255) = 13.38%
R=42.82%
G=43.80%
B=13.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176180550.0200.690.2961.9253.1946.08
HexB0B43720451D3e352e
Octal260264672010535766556
Binary1011000010110100110111100100010111101111110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B437; }

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

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

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

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

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

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

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

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