Shades of Brass #B2B245
Tints of Brass #B2B245
RGB
CMYK
RGB Variations
Color information
#B2B245 (or 0xB2B245) is known color: Brass. HEX triplet: B2, B2 and 45. RGB value is (178,178,69). Sum of RGB (Red+Green+Blue) = 178+178+69=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B245 is #4D4DBA. Grayscale: #A6A6A6. Windows color (decimal): -5066171 or 4567730. OLE color: 4567730.
HSL color Cylindrical-coordinate representation of color #B2B245: hue angle of 60º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2B245 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 178 | 69 | - |
| CMYK | 0 | 0 | 0.61 | 0.30 |
| HSL | 60º | 0.44% | 0.48% | - |
| HSV(B) | 60º | 0.61% | 0.7% | - |
| XYZ | 35.35 | 41.74 | 11.82 | - |
| YUV | 165.57 | 73.5 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 69 | 0 | 0 | 0.61 | 0.30 | 60 | 0.44 | 0.48 |
| Hex | B2 | B2 | 45 | 0 | 0 | 3D | 1E | 3C | 2C | 30 |
| Octal | 262 | 262 | 105 | 0 | 0 | 75 | 36 | 74 | 54 | 60 |
| Binary | 10110010 | 10110010 | 1000101 | 0 | 0 | 111101 | 11110 | 111100 | 101100 | 110000 |
Color Harmonies of #B2B245
Complementary color
Monochromatic Colors of #B2B245
Black with #B2B245
Text Example
Text Example
White with #B2B245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B245; }
p { color: rgb(178,178,69); }
H1.HeaderClassName
{
color: #B2B245;
}
.AnyTagClassName
{
color: #B2B245;
}
</style>
background-color css
<style>
a { background-color: #B2B245; }
a { background-color: rgb(178,178,69); }
div.DivClassName
{
background-color: #B2B245;
}
.BgClassName
{
background-color: #B2B245;
}
</style>
border-color css
<style>
span { border-color: #B2B245; }
span { border-color: rgb(178,178,69); }
td.TdClassName
{
border-color: #B2B245;
}
.TagClassName
{
border-color: #B2B245;
}
</style>