Shades of Brass #B5B044
Tints of Brass #B5B044
RGB
CMYK
RGB Variations
Color information
#B5B044 (or 0xB5B044) is known color: Brass. HEX triplet: B5, B0 and 44. RGB value is (181,176,68). Sum of RGB (Red+Green+Blue) = 181+176+68=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B044 is #4A4FBB. Grayscale: #A5A5A5. Windows color (decimal): -4870076 or 4501685. OLE color: 4501685.
HSL color Cylindrical-coordinate representation of color #B5B044: hue angle of 57.35º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5B044 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 176 | 68 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.29 |
| HSL | 57.35º | 0.45% | 0.49% | - |
| HSV(B) | 57.35º | 0.62% | 0.71% | - |
| XYZ | 35.62 | 41.29 | 11.56 | - |
| YUV | 165.18 | 73.16 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 68 | 0 | 0.03 | 0.62 | 0.29 | 57.35 | 0.45 | 0.49 |
| Hex | B5 | B0 | 44 | 0 | 3 | 3E | 1D | 39 | 2D | 31 |
| Octal | 265 | 260 | 104 | 0 | 3 | 76 | 35 | 71 | 55 | 61 |
| Binary | 10110101 | 10110000 | 1000100 | 0 | 11 | 111110 | 11101 | 111001 | 101101 | 110001 |
Color Harmonies of #B5B044
Complementary color
Monochromatic Colors of #B5B044
Black with #B5B044
Text Example
Text Example
White with #B5B044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B044; }
p { color: rgb(181,176,68); }
H1.HeaderClassName
{
color: #B5B044;
}
.AnyTagClassName
{
color: #B5B044;
}
</style>
background-color css
<style>
a { background-color: #B5B044; }
a { background-color: rgb(181,176,68); }
div.DivClassName
{
background-color: #B5B044;
}
.BgClassName
{
background-color: #B5B044;
}
</style>
border-color css
<style>
span { border-color: #B5B044; }
span { border-color: rgb(181,176,68); }
td.TdClassName
{
border-color: #B5B044;
}
.TagClassName
{
border-color: #B5B044;
}
</style>