Shades of Brass #B4B143
Tints of Brass #B4B143
RGB
CMYK
RGB Variations
Color information
#B4B143 (or 0xB4B143) is known color: Brass. HEX triplet: B4, B1 and 43. RGB value is (180,177,67). Sum of RGB (Red+Green+Blue) = 180+177+67=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 67 (26.56% from 255 or 15.80% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B143 is #4B4EBC. Grayscale: #A5A5A5. Windows color (decimal): -4935357 or 4436404. OLE color: 4436404.
HSL color Cylindrical-coordinate representation of color #B4B143: hue angle of 58.41º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4B143 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 177 | 67 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.29 |
| HSL | 58.41º | 0.46% | 0.48% | - |
| HSV(B) | 58.41º | 0.63% | 0.71% | - |
| XYZ | 35.56 | 41.55 | 11.46 | - |
| YUV | 165.36 | 72.49 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 177 | 67 | 0 | 0.02 | 0.63 | 0.29 | 58.41 | 0.46 | 0.48 |
| Hex | B4 | B1 | 43 | 0 | 2 | 3F | 1D | 3A | 2E | 30 |
| Octal | 264 | 261 | 103 | 0 | 2 | 77 | 35 | 72 | 56 | 60 |
| Binary | 10110100 | 10110001 | 1000011 | 0 | 10 | 111111 | 11101 | 111010 | 101110 | 110000 |
Color Harmonies of #B4B143
Complementary color
Monochromatic Colors of #B4B143
Black with #B4B143
Text Example
Text Example
White with #B4B143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B143; }
p { color: rgb(180,177,67); }
H1.HeaderClassName
{
color: #B4B143;
}
.AnyTagClassName
{
color: #B4B143;
}
</style>
background-color css
<style>
a { background-color: #B4B143; }
a { background-color: rgb(180,177,67); }
div.DivClassName
{
background-color: #B4B143;
}
.BgClassName
{
background-color: #B4B143;
}
</style>
border-color css
<style>
span { border-color: #B4B143; }
span { border-color: rgb(180,177,67); }
td.TdClassName
{
border-color: #B4B143;
}
.TagClassName
{
border-color: #B4B143;
}
</style>