Shades of Brass #B2B437
Tints of Brass #B2B437
RGB
CMYK
RGB Variations
Color information
#B2B437 (or 0xB2B437) is known color: Brass. HEX triplet: B2, B4 and 37. RGB value is (178,180,55). Sum of RGB (Red+Green+Blue) = 178+180+55=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 55 (21.88% from 255 or 13.32% from 413); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B437 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B437 is #4D4BC8. Grayscale: #A5A5A5. Windows color (decimal): -5065673 or 3650738. OLE color: 3650738.
HSL color Cylindrical-coordinate representation of color #B2B437: hue angle of 60.96º 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 #B2B437 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 55 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.29 |
| HSL | 60.96º | 0.53% | 0.46% | - |
| HSV(B) | 60.96º | 0.69% | 0.71% | - |
| XYZ | 35.37 | 42.38 | 9.93 | - |
| YUV | 165.15 | 65.84 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 55 | 0.01 | 0 | 0.69 | 0.29 | 60.96 | 0.53 | 0.46 |
| Hex | B2 | B4 | 37 | 1 | 0 | 45 | 1D | 3D | 35 | 2E |
| Octal | 262 | 264 | 67 | 1 | 0 | 105 | 35 | 75 | 65 | 56 |
| Binary | 10110010 | 10110100 | 110111 | 1 | 0 | 1000101 | 11101 | 111101 | 110101 | 101110 |
Color Harmonies of #B2B437
Complementary color
Monochromatic Colors of #B2B437
Black with #B2B437
Text Example
Text Example
White with #B2B437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B437; }
p { color: rgb(178,180,55); }
H1.HeaderClassName
{
color: #B2B437;
}
.AnyTagClassName
{
color: #B2B437;
}
</style>
background-color css
<style>
a { background-color: #B2B437; }
a { background-color: rgb(178,180,55); }
div.DivClassName
{
background-color: #B2B437;
}
.BgClassName
{
background-color: #B2B437;
}
</style>
border-color css
<style>
span { border-color: #B2B437; }
span { border-color: rgb(178,180,55); }
td.TdClassName
{
border-color: #B2B437;
}
.TagClassName
{
border-color: #B2B437;
}
</style>