Shades of Brass #B8AD3C
Tints of Brass #B8AD3C
RGB
CMYK
RGB Variations
Color information
#B8AD3C (or 0xB8AD3C) is known color: Brass. HEX triplet: B8, AD and 3C. RGB value is (184,173,60). Sum of RGB (Red+Green+Blue) = 184+173+60=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 60 (23.83% from 255 or 14.39% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AD3C is #4752C3. Grayscale: #A3A3A3. Windows color (decimal): -4674244 or 3976632. OLE color: 3976632.
HSL color Cylindrical-coordinate representation of color #B8AD3C: hue angle of 54.68º degrees, saturation: 0.51, 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 #B8AD3C is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 173 | 60 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.28 |
| HSL | 54.68º | 0.51% | 0.48% | - |
| HSV(B) | 54.68º | 0.67% | 0.72% | - |
| XYZ | 35.53 | 40.4 | 10.2 | - |
| YUV | 163.41 | 69.64 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 60 | 0 | 0.06 | 0.67 | 0.28 | 54.68 | 0.51 | 0.48 |
| Hex | B8 | AD | 3C | 0 | 6 | 43 | 1C | 37 | 33 | 30 |
| Octal | 270 | 255 | 74 | 0 | 6 | 103 | 34 | 67 | 63 | 60 |
| Binary | 10111000 | 10101101 | 111100 | 0 | 110 | 1000011 | 11100 | 110111 | 110011 | 110000 |
Color Harmonies of #B8AD3C
Complementary color
Monochromatic Colors of #B8AD3C
Black with #B8AD3C
Text Example
Text Example
White with #B8AD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AD3C; }
p { color: rgb(184,173,60); }
H1.HeaderClassName
{
color: #B8AD3C;
}
.AnyTagClassName
{
color: #B8AD3C;
}
</style>
background-color css
<style>
a { background-color: #B8AD3C; }
a { background-color: rgb(184,173,60); }
div.DivClassName
{
background-color: #B8AD3C;
}
.BgClassName
{
background-color: #B8AD3C;
}
</style>
border-color css
<style>
span { border-color: #B8AD3C; }
span { border-color: rgb(184,173,60); }
td.TdClassName
{
border-color: #B8AD3C;
}
.TagClassName
{
border-color: #B8AD3C;
}
</style>