Shades of Brass #BAB83A
Tints of Brass #BAB83A
RGB
CMYK
RGB Variations
Color information
#BAB83A (or 0xBAB83A) is known color: Brass. HEX triplet: BA, B8 and 3A. RGB value is (186,184,58). Sum of RGB (Red+Green+Blue) = 186+184+58=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB83A is #4547C5. Grayscale: #AAAAAA. Windows color (decimal): -4540358 or 3848378. OLE color: 3848378.
HSL color Cylindrical-coordinate representation of color #BAB83A: hue angle of 59.06º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAB83A is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 58 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.27 |
| HSL | 59.06º | 0.52% | 0.48% | - |
| HSV(B) | 59.06º | 0.69% | 0.73% | - |
| XYZ | 38.15 | 45.03 | 10.68 | - |
| YUV | 170.23 | 64.66 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 58 | 0 | 0.01 | 0.69 | 0.27 | 59.06 | 0.52 | 0.48 |
| Hex | BA | B8 | 3A | 0 | 1 | 45 | 1B | 3B | 34 | 30 |
| Octal | 272 | 270 | 72 | 0 | 1 | 105 | 33 | 73 | 64 | 60 |
| Binary | 10111010 | 10111000 | 111010 | 0 | 1 | 1000101 | 11011 | 111011 | 110100 | 110000 |
Color Harmonies of #BAB83A
Complementary color
Monochromatic Colors of #BAB83A
Black with #BAB83A
Text Example
Text Example
White with #BAB83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB83A; }
p { color: rgb(186,184,58); }
H1.HeaderClassName
{
color: #BAB83A;
}
.AnyTagClassName
{
color: #BAB83A;
}
</style>
background-color css
<style>
a { background-color: #BAB83A; }
a { background-color: rgb(186,184,58); }
div.DivClassName
{
background-color: #BAB83A;
}
.BgClassName
{
background-color: #BAB83A;
}
</style>
border-color css
<style>
span { border-color: #BAB83A; }
span { border-color: rgb(186,184,58); }
td.TdClassName
{
border-color: #BAB83A;
}
.TagClassName
{
border-color: #BAB83A;
}
</style>