Shades of Brass #B5B442
Tints of Brass #B5B442
RGB
CMYK
RGB Variations
Color information
#B5B442 (or 0xB5B442) is known color: Brass. HEX triplet: B5, B4 and 42. RGB value is (181,180,66). Sum of RGB (Red+Green+Blue) = 181+180+66=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 66 (26.17% from 255 or 15.46% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B442 is #4A4BBD. Grayscale: #A7A7A7. Windows color (decimal): -4869054 or 4371637. OLE color: 4371637.
HSL color Cylindrical-coordinate representation of color #B5B442: hue angle of 59.48º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5B442 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 180 | 66 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.29 |
| HSL | 59.48º | 0.47% | 0.48% | - |
| HSV(B) | 59.48º | 0.64% | 0.71% | - |
| XYZ | 36.36 | 42.86 | 11.51 | - |
| YUV | 167.3 | 70.83 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 180 | 66 | 0 | 0.01 | 0.64 | 0.29 | 59.48 | 0.47 | 0.48 |
| Hex | B5 | B4 | 42 | 0 | 1 | 40 | 1D | 3B | 2F | 30 |
| Octal | 265 | 264 | 102 | 0 | 1 | 100 | 35 | 73 | 57 | 60 |
| Binary | 10110101 | 10110100 | 1000010 | 0 | 1 | 1000000 | 11101 | 111011 | 101111 | 110000 |
Color Harmonies of #B5B442
Complementary color
Monochromatic Colors of #B5B442
Black with #B5B442
Text Example
Text Example
White with #B5B442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B442; }
p { color: rgb(181,180,66); }
H1.HeaderClassName
{
color: #B5B442;
}
.AnyTagClassName
{
color: #B5B442;
}
</style>
background-color css
<style>
a { background-color: #B5B442; }
a { background-color: rgb(181,180,66); }
div.DivClassName
{
background-color: #B5B442;
}
.BgClassName
{
background-color: #B5B442;
}
</style>
border-color css
<style>
span { border-color: #B5B442; }
span { border-color: rgb(181,180,66); }
td.TdClassName
{
border-color: #B5B442;
}
.TagClassName
{
border-color: #B5B442;
}
</style>