Shades of Brass #B2AF43
Tints of Brass #B2AF43
RGB
CMYK
RGB Variations
Color information
#B2AF43 (or 0xB2AF43) is known color: Brass. HEX triplet: B2, AF and 43. RGB value is (178,175,67). Sum of RGB (Red+Green+Blue) = 178+175+67=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 67 (26.56% from 255 or 15.95% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AF43 is #4D50BC. Grayscale: #A4A4A4. Windows color (decimal): -5066941 or 4435890. OLE color: 4435890.
HSL color Cylindrical-coordinate representation of color #B2AF43: hue angle of 58.38º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2AF43 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 175 | 67 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.30 |
| HSL | 58.38º | 0.45% | 0.48% | - |
| HSV(B) | 58.38º | 0.62% | 0.7% | - |
| XYZ | 34.7 | 40.53 | 11.3 | - |
| YUV | 163.59 | 73.49 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 67 | 0 | 0.02 | 0.62 | 0.30 | 58.38 | 0.45 | 0.48 |
| Hex | B2 | AF | 43 | 0 | 2 | 3E | 1E | 3A | 2D | 30 |
| Octal | 262 | 257 | 103 | 0 | 2 | 76 | 36 | 72 | 55 | 60 |
| Binary | 10110010 | 10101111 | 1000011 | 0 | 10 | 111110 | 11110 | 111010 | 101101 | 110000 |
Color Harmonies of #B2AF43
Complementary color
Monochromatic Colors of #B2AF43
Black with #B2AF43
Text Example
Text Example
White with #B2AF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AF43; }
p { color: rgb(178,175,67); }
H1.HeaderClassName
{
color: #B2AF43;
}
.AnyTagClassName
{
color: #B2AF43;
}
</style>
background-color css
<style>
a { background-color: #B2AF43; }
a { background-color: rgb(178,175,67); }
div.DivClassName
{
background-color: #B2AF43;
}
.BgClassName
{
background-color: #B2AF43;
}
</style>
border-color css
<style>
span { border-color: #B2AF43; }
span { border-color: rgb(178,175,67); }
td.TdClassName
{
border-color: #B2AF43;
}
.TagClassName
{
border-color: #B2AF43;
}
</style>