Shades of Brass #B0A33D
Tints of Brass #B0A33D
RGB
CMYK
RGB Variations
Color information
#B0A33D (or 0xB0A33D) is known color: Brass. HEX triplet: B0, A3 and 3D. RGB value is (176,163,61). Sum of RGB (Red+Green+Blue) = 176+163+61=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A33D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A33D is #4F5CC2. Grayscale: #9B9B9B. Windows color (decimal): -5201091 or 4039600. OLE color: 4039600.
HSL color Cylindrical-coordinate representation of color #B0A33D: hue angle of 53.22º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0A33D is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 163 | 61 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.31 |
| HSL | 53.22º | 0.49% | 0.46% | - |
| HSV(B) | 53.22º | 0.65% | 0.69% | - |
| XYZ | 31.84 | 35.76 | 9.64 | - |
| YUV | 155.26 | 74.81 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 163 | 61 | 0 | 0.07 | 0.65 | 0.31 | 53.22 | 0.49 | 0.46 |
| Hex | B0 | A3 | 3D | 0 | 7 | 41 | 1F | 35 | 31 | 2E |
| Octal | 260 | 243 | 75 | 0 | 7 | 101 | 37 | 65 | 61 | 56 |
| Binary | 10110000 | 10100011 | 111101 | 0 | 111 | 1000001 | 11111 | 110101 | 110001 | 101110 |
Color Harmonies of #B0A33D
Complementary color
Monochromatic Colors of #B0A33D
Black with #B0A33D
Text Example
Text Example
White with #B0A33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A33D; }
p { color: rgb(176,163,61); }
H1.HeaderClassName
{
color: #B0A33D;
}
.AnyTagClassName
{
color: #B0A33D;
}
</style>
background-color css
<style>
a { background-color: #B0A33D; }
a { background-color: rgb(176,163,61); }
div.DivClassName
{
background-color: #B0A33D;
}
.BgClassName
{
background-color: #B0A33D;
}
</style>
border-color css
<style>
span { border-color: #B0A33D; }
span { border-color: rgb(176,163,61); }
td.TdClassName
{
border-color: #B0A33D;
}
.TagClassName
{
border-color: #B0A33D;
}
</style>