Shades of Brass #B2B243
Tints of Brass #B2B243
RGB
CMYK
RGB Variations
Color information
#B2B243 (or 0xB2B243) is known color: Brass. HEX triplet: B2, B2 and 43. RGB value is (178,178,67). Sum of RGB (Red+Green+Blue) = 178+178+67=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 67 (26.56% from 255 or 15.84% from 423); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B243 is #4D4DBC. Grayscale: #A5A5A5. Windows color (decimal): -5066173 or 4436658. OLE color: 4436658.
HSL color Cylindrical-coordinate representation of color #B2B243: hue angle of 60º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2B243 is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 178 | 67 | - |
| CMYK | 0 | 0 | 0.62 | 0.30 |
| HSL | 60º | 0.45% | 0.48% | - |
| HSV(B) | 60º | 0.62% | 0.7% | - |
| XYZ | 35.29 | 41.71 | 11.5 | - |
| YUV | 165.35 | 72.5 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 67 | 0 | 0 | 0.62 | 0.30 | 60 | 0.45 | 0.48 |
| Hex | B2 | B2 | 43 | 0 | 0 | 3E | 1E | 3C | 2D | 30 |
| Octal | 262 | 262 | 103 | 0 | 0 | 76 | 36 | 74 | 55 | 60 |
| Binary | 10110010 | 10110010 | 1000011 | 0 | 0 | 111110 | 11110 | 111100 | 101101 | 110000 |
Color Harmonies of #B2B243
Complementary color
Monochromatic Colors of #B2B243
Black with #B2B243
Text Example
Text Example
White with #B2B243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B243; }
p { color: rgb(178,178,67); }
H1.HeaderClassName
{
color: #B2B243;
}
.AnyTagClassName
{
color: #B2B243;
}
</style>
background-color css
<style>
a { background-color: #B2B243; }
a { background-color: rgb(178,178,67); }
div.DivClassName
{
background-color: #B2B243;
}
.BgClassName
{
background-color: #B2B243;
}
</style>
border-color css
<style>
span { border-color: #B2B243; }
span { border-color: rgb(178,178,67); }
td.TdClassName
{
border-color: #B2B243;
}
.TagClassName
{
border-color: #B2B243;
}
</style>