Shades of Brass #B5AD43
Tints of Brass #B5AD43
RGB
CMYK
RGB Variations
Color information
#B5AD43 (or 0xB5AD43) is known color: Brass. HEX triplet: B5, AD and 43. RGB value is (181,173,67). Sum of RGB (Red+Green+Blue) = 181+173+67=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 67 (26.56% from 255 or 15.91% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AD43 is #4A52BC. Grayscale: #A3A3A3. Windows color (decimal): -4870845 or 4435381. OLE color: 4435381.
HSL color Cylindrical-coordinate representation of color #B5AD43: hue angle of 55.79º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B5AD43 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 173 | 67 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.29 |
| HSL | 55.79º | 0.46% | 0.49% | - |
| HSV(B) | 55.79º | 0.63% | 0.71% | - |
| XYZ | 35.01 | 40.12 | 11.21 | - |
| YUV | 163.31 | 73.65 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 67 | 0 | 0.04 | 0.63 | 0.29 | 55.79 | 0.46 | 0.49 |
| Hex | B5 | AD | 43 | 0 | 4 | 3F | 1D | 38 | 2E | 31 |
| Octal | 265 | 255 | 103 | 0 | 4 | 77 | 35 | 70 | 56 | 61 |
| Binary | 10110101 | 10101101 | 1000011 | 0 | 100 | 111111 | 11101 | 111000 | 101110 | 110001 |
Color Harmonies of #B5AD43
Complementary color
Monochromatic Colors of #B5AD43
Black with #B5AD43
Text Example
Text Example
White with #B5AD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AD43; }
p { color: rgb(181,173,67); }
H1.HeaderClassName
{
color: #B5AD43;
}
.AnyTagClassName
{
color: #B5AD43;
}
</style>
background-color css
<style>
a { background-color: #B5AD43; }
a { background-color: rgb(181,173,67); }
div.DivClassName
{
background-color: #B5AD43;
}
.BgClassName
{
background-color: #B5AD43;
}
</style>
border-color css
<style>
span { border-color: #B5AD43; }
span { border-color: rgb(181,173,67); }
td.TdClassName
{
border-color: #B5AD43;
}
.TagClassName
{
border-color: #B5AD43;
}
</style>