Shades of Brass #B3B341
Tints of Brass #B3B341
RGB
CMYK
RGB Variations
Color information
#B3B341 (or 0xB3B341) is known color: Brass. HEX triplet: B3, B3 and 41. RGB value is (179,179,65). Sum of RGB (Red+Green+Blue) = 179+179+65=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B341 is #4C4CBE. Grayscale: #A6A6A6. Windows color (decimal): -5000383 or 4305843. OLE color: 4305843.
HSL color Cylindrical-coordinate representation of color #B3B341: hue angle of 60º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B3B341 is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 179 | 65 | - |
| CMYK | 0 | 0 | 0.64 | 0.30 |
| HSL | 60º | 0.47% | 0.48% | - |
| HSV(B) | 60º | 0.64% | 0.7% | - |
| XYZ | 35.66 | 42.21 | 11.27 | - |
| YUV | 166 | 71 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 179 | 65 | 0 | 0 | 0.64 | 0.30 | 60 | 0.47 | 0.48 |
| Hex | B3 | B3 | 41 | 0 | 0 | 40 | 1E | 3C | 2F | 30 |
| Octal | 263 | 263 | 101 | 0 | 0 | 100 | 36 | 74 | 57 | 60 |
| Binary | 10110011 | 10110011 | 1000001 | 0 | 0 | 1000000 | 11110 | 111100 | 101111 | 110000 |
Color Harmonies of #B3B341
Complementary color
Monochromatic Colors of #B3B341
Black with #B3B341
Text Example
Text Example
White with #B3B341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B341; }
p { color: rgb(179,179,65); }
H1.HeaderClassName
{
color: #B3B341;
}
.AnyTagClassName
{
color: #B3B341;
}
</style>
background-color css
<style>
a { background-color: #B3B341; }
a { background-color: rgb(179,179,65); }
div.DivClassName
{
background-color: #B3B341;
}
.BgClassName
{
background-color: #B3B341;
}
</style>
border-color css
<style>
span { border-color: #B3B341; }
span { border-color: rgb(179,179,65); }
td.TdClassName
{
border-color: #B3B341;
}
.TagClassName
{
border-color: #B3B341;
}
</style>