Shades of Brass #B2B242
Tints of Brass #B2B242
RGB
CMYK
RGB Variations
Color information
#B2B242 (or 0xB2B242) is known color: Brass. HEX triplet: B2, B2 and 42. RGB value is (178,178,66). Sum of RGB (Red+Green+Blue) = 178+178+66=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B242 is #4D4DBD. Grayscale: #A5A5A5. Windows color (decimal): -5066174 or 4371122. OLE color: 4371122.
HSL color Cylindrical-coordinate representation of color #B2B242: hue angle of 60º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2B242 is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 178 | 66 | - |
| CMYK | 0 | 0 | 0.63 | 0.30 |
| HSL | 60º | 0.46% | 0.48% | - |
| HSV(B) | 60º | 0.63% | 0.7% | - |
| XYZ | 35.26 | 41.7 | 11.34 | - |
| YUV | 165.23 | 72 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 66 | 0 | 0 | 0.63 | 0.30 | 60 | 0.46 | 0.48 |
| Hex | B2 | B2 | 42 | 0 | 0 | 3F | 1E | 3C | 2E | 30 |
| Octal | 262 | 262 | 102 | 0 | 0 | 77 | 36 | 74 | 56 | 60 |
| Binary | 10110010 | 10110010 | 1000010 | 0 | 0 | 111111 | 11110 | 111100 | 101110 | 110000 |
Color Harmonies of #B2B242
Complementary color
Monochromatic Colors of #B2B242
Black with #B2B242
Text Example
Text Example
White with #B2B242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B242; }
p { color: rgb(178,178,66); }
H1.HeaderClassName
{
color: #B2B242;
}
.AnyTagClassName
{
color: #B2B242;
}
</style>
background-color css
<style>
a { background-color: #B2B242; }
a { background-color: rgb(178,178,66); }
div.DivClassName
{
background-color: #B2B242;
}
.BgClassName
{
background-color: #B2B242;
}
</style>
border-color css
<style>
span { border-color: #B2B242; }
span { border-color: rgb(178,178,66); }
td.TdClassName
{
border-color: #B2B242;
}
.TagClassName
{
border-color: #B2B242;
}
</style>