Shades of Brass #B2AD4C
Tints of Brass #B2AD4C
RGB
CMYK
RGB Variations
Color information
#B2AD4C (or 0xB2AD4C) is known color: Brass. HEX triplet: B2, AD and 4C. RGB value is (178,173,76). Sum of RGB (Red+Green+Blue) = 178+173+76=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AD4C is #4D52B3. Grayscale: #A3A3A3. Windows color (decimal): -5067444 or 5025202. OLE color: 5025202.
HSL color Cylindrical-coordinate representation of color #B2AD4C: hue angle of 57.06º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2AD4C is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 76 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.30 |
| HSL | 57.06º | 0.4% | 0.5% | - |
| HSV(B) | 57.06º | 0.57% | 0.7% | - |
| XYZ | 34.61 | 39.87 | 12.71 | - |
| YUV | 163.44 | 78.66 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 76 | 0 | 0.03 | 0.57 | 0.30 | 57.06 | 0.4 | 0.5 |
| Hex | B2 | AD | 4C | 0 | 3 | 39 | 1E | 39 | 28 | 32 |
| Octal | 262 | 255 | 114 | 0 | 3 | 71 | 36 | 71 | 50 | 62 |
| Binary | 10110010 | 10101101 | 1001100 | 0 | 11 | 111001 | 11110 | 111001 | 101000 | 110010 |
Color Harmonies of #B2AD4C
Complementary color
Monochromatic Colors of #B2AD4C
Black with #B2AD4C
Text Example
Text Example
White with #B2AD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD4C; }
p { color: rgb(178,173,76); }
H1.HeaderClassName
{
color: #B2AD4C;
}
.AnyTagClassName
{
color: #B2AD4C;
}
</style>
background-color css
<style>
a { background-color: #B2AD4C; }
a { background-color: rgb(178,173,76); }
div.DivClassName
{
background-color: #B2AD4C;
}
.BgClassName
{
background-color: #B2AD4C;
}
</style>
border-color css
<style>
span { border-color: #B2AD4C; }
span { border-color: rgb(178,173,76); }
td.TdClassName
{
border-color: #B2AD4C;
}
.TagClassName
{
border-color: #B2AD4C;
}
</style>