Shades of Brass #B3A838
Tints of Brass #B3A838
RGB
CMYK
RGB Variations
Color information
#B3A838 (or 0xB3A838) is known color: Brass. HEX triplet: B3, A8 and 38. RGB value is (179,168,56). Sum of RGB (Red+Green+Blue) = 179+168+56=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 56 (22.27% from 255 or 13.90% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A838 is #4C57C7. Grayscale: #9E9E9E. Windows color (decimal): -5003208 or 3713203. OLE color: 3713203.
HSL color Cylindrical-coordinate representation of color #B3A838: hue angle of 54.63º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B3A838 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 168 | 56 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.30 |
| HSL | 54.63º | 0.52% | 0.46% | - |
| HSV(B) | 54.63º | 0.69% | 0.7% | - |
| XYZ | 33.31 | 37.87 | 9.3 | - |
| YUV | 158.52 | 70.14 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 56 | 0 | 0.06 | 0.69 | 0.30 | 54.63 | 0.52 | 0.46 |
| Hex | B3 | A8 | 38 | 0 | 6 | 45 | 1E | 37 | 34 | 2E |
| Octal | 263 | 250 | 70 | 0 | 6 | 105 | 36 | 67 | 64 | 56 |
| Binary | 10110011 | 10101000 | 111000 | 0 | 110 | 1000101 | 11110 | 110111 | 110100 | 101110 |
Color Harmonies of #B3A838
Complementary color
Monochromatic Colors of #B3A838
Black with #B3A838
Text Example
Text Example
White with #B3A838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A838; }
p { color: rgb(179,168,56); }
H1.HeaderClassName
{
color: #B3A838;
}
.AnyTagClassName
{
color: #B3A838;
}
</style>
background-color css
<style>
a { background-color: #B3A838; }
a { background-color: rgb(179,168,56); }
div.DivClassName
{
background-color: #B3A838;
}
.BgClassName
{
background-color: #B3A838;
}
</style>
border-color css
<style>
span { border-color: #B3A838; }
span { border-color: rgb(179,168,56); }
td.TdClassName
{
border-color: #B3A838;
}
.TagClassName
{
border-color: #B3A838;
}
</style>