Shades of Brass #B8AD3D
Tints of Brass #B8AD3D
RGB
CMYK
RGB Variations
Color information
#B8AD3D (or 0xB8AD3D) is known color: Brass. HEX triplet: B8, AD and 3D. RGB value is (184,173,61). Sum of RGB (Red+Green+Blue) = 184+173+61=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AD3D is #4752C2. Grayscale: #A3A3A3. Windows color (decimal): -4674243 or 4042168. OLE color: 4042168.
HSL color Cylindrical-coordinate representation of color #B8AD3D: hue angle of 54.63º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8AD3D is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 173 | 61 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.28 |
| HSL | 54.63º | 0.5% | 0.48% | - |
| HSV(B) | 54.63º | 0.67% | 0.72% | - |
| XYZ | 35.55 | 40.41 | 10.34 | - |
| YUV | 163.52 | 70.14 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 61 | 0 | 0.06 | 0.67 | 0.28 | 54.63 | 0.5 | 0.48 |
| Hex | B8 | AD | 3D | 0 | 6 | 43 | 1C | 37 | 32 | 30 |
| Octal | 270 | 255 | 75 | 0 | 6 | 103 | 34 | 67 | 62 | 60 |
| Binary | 10111000 | 10101101 | 111101 | 0 | 110 | 1000011 | 11100 | 110111 | 110010 | 110000 |
Color Harmonies of #B8AD3D
Complementary color
Monochromatic Colors of #B8AD3D
Black with #B8AD3D
Text Example
Text Example
White with #B8AD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AD3D; }
p { color: rgb(184,173,61); }
H1.HeaderClassName
{
color: #B8AD3D;
}
.AnyTagClassName
{
color: #B8AD3D;
}
</style>
background-color css
<style>
a { background-color: #B8AD3D; }
a { background-color: rgb(184,173,61); }
div.DivClassName
{
background-color: #B8AD3D;
}
.BgClassName
{
background-color: #B8AD3D;
}
</style>
border-color css
<style>
span { border-color: #B8AD3D; }
span { border-color: rgb(184,173,61); }
td.TdClassName
{
border-color: #B8AD3D;
}
.TagClassName
{
border-color: #B8AD3D;
}
</style>