Shades of Brass #B4A53D
Tints of Brass #B4A53D
RGB
CMYK
RGB Variations
Color information
#B4A53D (or 0xB4A53D) is known color: Brass. HEX triplet: B4, A5 and 3D. RGB value is (180,165,61). Sum of RGB (Red+Green+Blue) = 180+165+61=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A53D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A53D is #4B5AC2. Grayscale: #9E9E9E. Windows color (decimal): -4938435 or 4040116. OLE color: 4040116.
HSL color Cylindrical-coordinate representation of color #B4A53D: hue angle of 52.44º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4A53D is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 165 | 61 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.29 |
| HSL | 52.44º | 0.49% | 0.47% | - |
| HSV(B) | 52.44º | 0.66% | 0.71% | - |
| XYZ | 33.12 | 36.95 | 9.8 | - |
| YUV | 157.63 | 73.47 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 165 | 61 | 0 | 0.08 | 0.66 | 0.29 | 52.44 | 0.49 | 0.47 |
| Hex | B4 | A5 | 3D | 0 | 8 | 42 | 1D | 34 | 31 | 2F |
| Octal | 264 | 245 | 75 | 0 | 10 | 102 | 35 | 64 | 61 | 57 |
| Binary | 10110100 | 10100101 | 111101 | 0 | 1000 | 1000010 | 11101 | 110100 | 110001 | 101111 |
Color Harmonies of #B4A53D
Complementary color
Monochromatic Colors of #B4A53D
Black with #B4A53D
Text Example
Text Example
White with #B4A53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A53D; }
p { color: rgb(180,165,61); }
H1.HeaderClassName
{
color: #B4A53D;
}
.AnyTagClassName
{
color: #B4A53D;
}
</style>
background-color css
<style>
a { background-color: #B4A53D; }
a { background-color: rgb(180,165,61); }
div.DivClassName
{
background-color: #B4A53D;
}
.BgClassName
{
background-color: #B4A53D;
}
</style>
border-color css
<style>
span { border-color: #B4A53D; }
span { border-color: rgb(180,165,61); }
td.TdClassName
{
border-color: #B4A53D;
}
.TagClassName
{
border-color: #B4A53D;
}
</style>