Shades of Brass #B8B445
Tints of Brass #B8B445
RGB
CMYK
RGB Variations
Color information
#B8B445 (or 0xB8B445) is known color: Brass. HEX triplet: B8, B4 and 45. RGB value is (184,180,69). Sum of RGB (Red+Green+Blue) = 184+180+69=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B445 is #474BBA. Grayscale: #A8A8A8. Windows color (decimal): -4672443 or 4568248. OLE color: 4568248.
HSL color Cylindrical-coordinate representation of color #B8B445: hue angle of 57.91º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8B445 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 180 | 69 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.28 |
| HSL | 57.91º | 0.45% | 0.5% | - |
| HSV(B) | 57.91º | 0.63% | 0.72% | - |
| XYZ | 37.16 | 43.26 | 12.02 | - |
| YUV | 168.54 | 71.83 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 180 | 69 | 0 | 0.02 | 0.62 | 0.28 | 57.91 | 0.45 | 0.5 |
| Hex | B8 | B4 | 45 | 0 | 2 | 3E | 1C | 3A | 2D | 32 |
| Octal | 270 | 264 | 105 | 0 | 2 | 76 | 34 | 72 | 55 | 62 |
| Binary | 10111000 | 10110100 | 1000101 | 0 | 10 | 111110 | 11100 | 111010 | 101101 | 110010 |
Color Harmonies of #B8B445
Complementary color
Monochromatic Colors of #B8B445
Black with #B8B445
Text Example
Text Example
White with #B8B445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B445; }
p { color: rgb(184,180,69); }
H1.HeaderClassName
{
color: #B8B445;
}
.AnyTagClassName
{
color: #B8B445;
}
</style>
background-color css
<style>
a { background-color: #B8B445; }
a { background-color: rgb(184,180,69); }
div.DivClassName
{
background-color: #B8B445;
}
.BgClassName
{
background-color: #B8B445;
}
</style>
border-color css
<style>
span { border-color: #B8B445; }
span { border-color: rgb(184,180,69); }
td.TdClassName
{
border-color: #B8B445;
}
.TagClassName
{
border-color: #B8B445;
}
</style>