Shades of Brass #B5AE3C
Tints of Brass #B5AE3C
RGB
CMYK
RGB Variations
Color information
#B5AE3C (or 0xB5AE3C) is known color: Brass. HEX triplet: B5, AE and 3C. RGB value is (181,174,60). Sum of RGB (Red+Green+Blue) = 181+174+60=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AE3C is #4A51C3. Grayscale: #A3A3A3. Windows color (decimal): -4870596 or 3976885. OLE color: 3976885.
HSL color Cylindrical-coordinate representation of color #B5AE3C: hue angle of 56.53º 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 #B5AE3C is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 174 | 60 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.29 |
| HSL | 56.53º | 0.5% | 0.47% | - |
| HSV(B) | 56.53º | 0.67% | 0.71% | - |
| XYZ | 35.01 | 40.42 | 10.23 | - |
| YUV | 163.1 | 69.82 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 174 | 60 | 0 | 0.04 | 0.67 | 0.29 | 56.53 | 0.5 | 0.47 |
| Hex | B5 | AE | 3C | 0 | 4 | 43 | 1D | 39 | 32 | 2F |
| Octal | 265 | 256 | 74 | 0 | 4 | 103 | 35 | 71 | 62 | 57 |
| Binary | 10110101 | 10101110 | 111100 | 0 | 100 | 1000011 | 11101 | 111001 | 110010 | 101111 |
Color Harmonies of #B5AE3C
Complementary color
Monochromatic Colors of #B5AE3C
Black with #B5AE3C
Text Example
Text Example
White with #B5AE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AE3C; }
p { color: rgb(181,174,60); }
H1.HeaderClassName
{
color: #B5AE3C;
}
.AnyTagClassName
{
color: #B5AE3C;
}
</style>
background-color css
<style>
a { background-color: #B5AE3C; }
a { background-color: rgb(181,174,60); }
div.DivClassName
{
background-color: #B5AE3C;
}
.BgClassName
{
background-color: #B5AE3C;
}
</style>
border-color css
<style>
span { border-color: #B5AE3C; }
span { border-color: rgb(181,174,60); }
td.TdClassName
{
border-color: #B5AE3C;
}
.TagClassName
{
border-color: #B5AE3C;
}
</style>