Shades of Brass #B4B341
Tints of Brass #B4B341
RGB
CMYK
RGB Variations
Color information
#B4B341 (or 0xB4B341) is known color: Brass. HEX triplet: B4, B3 and 41. RGB value is (180,179,65). Sum of RGB (Red+Green+Blue) = 180+179+65=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B341 is #4B4CBE. Grayscale: #A6A6A6. Windows color (decimal): -4934847 or 4305844. OLE color: 4305844.
HSL color Cylindrical-coordinate representation of color #B4B341: 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 #B4B341 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 179 | 65 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.29 |
| HSL | 59.48º | 0.47% | 0.48% | - |
| HSV(B) | 59.48º | 0.64% | 0.71% | - |
| XYZ | 35.9 | 42.33 | 11.28 | - |
| YUV | 166.3 | 70.83 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 179 | 65 | 0 | 0.01 | 0.64 | 0.29 | 59.48 | 0.47 | 0.48 |
| Hex | B4 | B3 | 41 | 0 | 1 | 40 | 1D | 3B | 2F | 30 |
| Octal | 264 | 263 | 101 | 0 | 1 | 100 | 35 | 73 | 57 | 60 |
| Binary | 10110100 | 10110011 | 1000001 | 0 | 1 | 1000000 | 11101 | 111011 | 101111 | 110000 |
Color Harmonies of #B4B341
Complementary color
Monochromatic Colors of #B4B341
Black with #B4B341
Text Example
Text Example
White with #B4B341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B341; }
p { color: rgb(180,179,65); }
H1.HeaderClassName
{
color: #B4B341;
}
.AnyTagClassName
{
color: #B4B341;
}
</style>
background-color css
<style>
a { background-color: #B4B341; }
a { background-color: rgb(180,179,65); }
div.DivClassName
{
background-color: #B4B341;
}
.BgClassName
{
background-color: #B4B341;
}
</style>
border-color css
<style>
span { border-color: #B4B341; }
span { border-color: rgb(180,179,65); }
td.TdClassName
{
border-color: #B4B341;
}
.TagClassName
{
border-color: #B4B341;
}
</style>