Shades of Brass #B5B143
Tints of Brass #B5B143
RGB
CMYK
RGB Variations
Color information
#B5B143 (or 0xB5B143) is known color: Brass. HEX triplet: B5, B1 and 43. RGB value is (181,177,67). Sum of RGB (Red+Green+Blue) = 181+177+67=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 67 (26.56% from 255 or 15.76% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B143 is #4A4EBC. Grayscale: #A6A6A6. Windows color (decimal): -4869821 or 4436405. OLE color: 4436405.
HSL color Cylindrical-coordinate representation of color #B5B143: hue angle of 57.89º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B5B143 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 177 | 67 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.29 |
| HSL | 57.89º | 0.46% | 0.49% | - |
| HSV(B) | 57.89º | 0.63% | 0.71% | - |
| XYZ | 35.79 | 41.67 | 11.47 | - |
| YUV | 165.66 | 72.33 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 177 | 67 | 0 | 0.02 | 0.63 | 0.29 | 57.89 | 0.46 | 0.49 |
| Hex | B5 | B1 | 43 | 0 | 2 | 3F | 1D | 3A | 2E | 31 |
| Octal | 265 | 261 | 103 | 0 | 2 | 77 | 35 | 72 | 56 | 61 |
| Binary | 10110101 | 10110001 | 1000011 | 0 | 10 | 111111 | 11101 | 111010 | 101110 | 110001 |
Color Harmonies of #B5B143
Complementary color
Monochromatic Colors of #B5B143
Black with #B5B143
Text Example
Text Example
White with #B5B143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B143; }
p { color: rgb(181,177,67); }
H1.HeaderClassName
{
color: #B5B143;
}
.AnyTagClassName
{
color: #B5B143;
}
</style>
background-color css
<style>
a { background-color: #B5B143; }
a { background-color: rgb(181,177,67); }
div.DivClassName
{
background-color: #B5B143;
}
.BgClassName
{
background-color: #B5B143;
}
</style>
border-color css
<style>
span { border-color: #B5B143; }
span { border-color: rgb(181,177,67); }
td.TdClassName
{
border-color: #B5B143;
}
.TagClassName
{
border-color: #B5B143;
}
</style>