Shades of Brass #B5A23C
Tints of Brass #B5A23C
RGB
CMYK
RGB Variations
Color information
#B5A23C (or 0xB5A23C) is known color: Brass. HEX triplet: B5, A2 and 3C. RGB value is (181,162,60). Sum of RGB (Red+Green+Blue) = 181+162+60=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A23C is #4A5DC3. Grayscale: #9C9C9C. Windows color (decimal): -4873668 or 3973813. OLE color: 3973813.
HSL color Cylindrical-coordinate representation of color #B5A23C: hue angle of 50.58º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5A23C is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 162 | 60 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.29 |
| HSL | 50.58º | 0.5% | 0.47% | - |
| HSV(B) | 50.58º | 0.67% | 0.71% | - |
| XYZ | 32.79 | 35.99 | 9.49 | - |
| YUV | 156.05 | 73.79 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 162 | 60 | 0 | 0.10 | 0.67 | 0.29 | 50.58 | 0.5 | 0.47 |
| Hex | B5 | A2 | 3C | 0 | A | 43 | 1D | 33 | 32 | 2F |
| Octal | 265 | 242 | 74 | 0 | 12 | 103 | 35 | 63 | 62 | 57 |
| Binary | 10110101 | 10100010 | 111100 | 0 | 1010 | 1000011 | 11101 | 110011 | 110010 | 101111 |
Color Harmonies of #B5A23C
Complementary color
Monochromatic Colors of #B5A23C
Black with #B5A23C
Text Example
Text Example
White with #B5A23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A23C; }
p { color: rgb(181,162,60); }
H1.HeaderClassName
{
color: #B5A23C;
}
.AnyTagClassName
{
color: #B5A23C;
}
</style>
background-color css
<style>
a { background-color: #B5A23C; }
a { background-color: rgb(181,162,60); }
div.DivClassName
{
background-color: #B5A23C;
}
.BgClassName
{
background-color: #B5A23C;
}
</style>
border-color css
<style>
span { border-color: #B5A23C; }
span { border-color: rgb(181,162,60); }
td.TdClassName
{
border-color: #B5A23C;
}
.TagClassName
{
border-color: #B5A23C;
}
</style>