Shades of Brass #B2B043
Tints of Brass #B2B043
RGB
CMYK
RGB Variations
Color information
#B2B043 (or 0xB2B043) is known color: Brass. HEX triplet: B2, B0 and 43. RGB value is (178,176,67). Sum of RGB (Red+Green+Blue) = 178+176+67=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 67 (26.56% from 255 or 15.91% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B043 is #4D4FBC. Grayscale: #A4A4A4. Windows color (decimal): -5066685 or 4436146. OLE color: 4436146.
HSL color Cylindrical-coordinate representation of color #B2B043: hue angle of 58.92º 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 #B2B043 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 176 | 67 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.30 |
| HSL | 58.92º | 0.45% | 0.48% | - |
| HSV(B) | 58.92º | 0.62% | 0.7% | - |
| XYZ | 34.9 | 40.92 | 11.37 | - |
| YUV | 164.17 | 73.16 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 67 | 0 | 0.01 | 0.62 | 0.30 | 58.92 | 0.45 | 0.48 |
| Hex | B2 | B0 | 43 | 0 | 1 | 3E | 1E | 3B | 2D | 30 |
| Octal | 262 | 260 | 103 | 0 | 1 | 76 | 36 | 73 | 55 | 60 |
| Binary | 10110010 | 10110000 | 1000011 | 0 | 1 | 111110 | 11110 | 111011 | 101101 | 110000 |
Color Harmonies of #B2B043
Complementary color
Monochromatic Colors of #B2B043
Black with #B2B043
Text Example
Text Example
White with #B2B043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B043; }
p { color: rgb(178,176,67); }
H1.HeaderClassName
{
color: #B2B043;
}
.AnyTagClassName
{
color: #B2B043;
}
</style>
background-color css
<style>
a { background-color: #B2B043; }
a { background-color: rgb(178,176,67); }
div.DivClassName
{
background-color: #B2B043;
}
.BgClassName
{
background-color: #B2B043;
}
</style>
border-color css
<style>
span { border-color: #B2B043; }
span { border-color: rgb(178,176,67); }
td.TdClassName
{
border-color: #B2B043;
}
.TagClassName
{
border-color: #B2B043;
}
</style>