Shades of Brass #B5B440
Tints of Brass #B5B440
RGB
CMYK
RGB Variations
Color information
#B5B440 (or 0xB5B440) is known color: Brass. HEX triplet: B5, B4 and 40. RGB value is (181,180,64). Sum of RGB (Red+Green+Blue) = 181+180+64=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B440 is #4A4BBF. Grayscale: #A7A7A7. Windows color (decimal): -4869056 or 4240565. OLE color: 4240565.
HSL color Cylindrical-coordinate representation of color #B5B440: hue angle of 59.49º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5B440 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 180 | 64 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.29 |
| HSL | 59.49º | 0.48% | 0.48% | - |
| HSV(B) | 59.49º | 0.65% | 0.71% | - |
| XYZ | 36.3 | 42.84 | 11.21 | - |
| YUV | 167.08 | 69.83 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 180 | 64 | 0 | 0.01 | 0.65 | 0.29 | 59.49 | 0.48 | 0.48 |
| Hex | B5 | B4 | 40 | 0 | 1 | 41 | 1D | 3B | 30 | 30 |
| Octal | 265 | 264 | 100 | 0 | 1 | 101 | 35 | 73 | 60 | 60 |
| Binary | 10110101 | 10110100 | 1000000 | 0 | 1 | 1000001 | 11101 | 111011 | 110000 | 110000 |
Color Harmonies of #B5B440
Complementary color
Monochromatic Colors of #B5B440
Black with #B5B440
Text Example
Text Example
White with #B5B440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B440; }
p { color: rgb(181,180,64); }
H1.HeaderClassName
{
color: #B5B440;
}
.AnyTagClassName
{
color: #B5B440;
}
</style>
background-color css
<style>
a { background-color: #B5B440; }
a { background-color: rgb(181,180,64); }
div.DivClassName
{
background-color: #B5B440;
}
.BgClassName
{
background-color: #B5B440;
}
</style>
border-color css
<style>
span { border-color: #B5B440; }
span { border-color: rgb(181,180,64); }
td.TdClassName
{
border-color: #B5B440;
}
.TagClassName
{
border-color: #B5B440;
}
</style>