Shades of Brass #B5B242
Tints of Brass #B5B242
RGB
CMYK
RGB Variations
Color information
#B5B242 (or 0xB5B242) is known color: Brass. HEX triplet: B5, B2 and 42. RGB value is (181,178,66). Sum of RGB (Red+Green+Blue) = 181+178+66=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B242 is #4A4DBD. Grayscale: #A6A6A6. Windows color (decimal): -4869566 or 4371125. OLE color: 4371125.
HSL color Cylindrical-coordinate representation of color #B5B242: hue angle of 58.43º 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 #B5B242 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 178 | 66 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.29 |
| HSL | 58.43º | 0.47% | 0.48% | - |
| HSV(B) | 58.43º | 0.64% | 0.71% | - |
| XYZ | 35.96 | 42.06 | 11.38 | - |
| YUV | 166.13 | 71.49 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 178 | 66 | 0 | 0.02 | 0.64 | 0.29 | 58.43 | 0.47 | 0.48 |
| Hex | B5 | B2 | 42 | 0 | 2 | 40 | 1D | 3A | 2F | 30 |
| Octal | 265 | 262 | 102 | 0 | 2 | 100 | 35 | 72 | 57 | 60 |
| Binary | 10110101 | 10110010 | 1000010 | 0 | 10 | 1000000 | 11101 | 111010 | 101111 | 110000 |
Color Harmonies of #B5B242
Complementary color
Monochromatic Colors of #B5B242
Black with #B5B242
Text Example
Text Example
White with #B5B242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B242; }
p { color: rgb(181,178,66); }
H1.HeaderClassName
{
color: #B5B242;
}
.AnyTagClassName
{
color: #B5B242;
}
</style>
background-color css
<style>
a { background-color: #B5B242; }
a { background-color: rgb(181,178,66); }
div.DivClassName
{
background-color: #B5B242;
}
.BgClassName
{
background-color: #B5B242;
}
</style>
border-color css
<style>
span { border-color: #B5B242; }
span { border-color: rgb(181,178,66); }
td.TdClassName
{
border-color: #B5B242;
}
.TagClassName
{
border-color: #B5B242;
}
</style>