Shades of Brass #B2AF33
Tints of Brass #B2AF33
RGB
CMYK
RGB Variations
Color information
#B2AF33 (or 0xB2AF33) is known color: Brass. HEX triplet: B2, AF and 33. RGB value is (178,175,51). Sum of RGB (Red+Green+Blue) = 178+175+51=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AF33 is #4D50CC. Grayscale: #A2A2A2. Windows color (decimal): -5066957 or 3387314. OLE color: 3387314.
HSL color Cylindrical-coordinate representation of color #B2AF33: hue angle of 58.58º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2AF33 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 175 | 51 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.30 |
| HSL | 58.58º | 0.55% | 0.45% | - |
| HSV(B) | 58.58º | 0.71% | 0.7% | - |
| XYZ | 34.29 | 40.36 | 9.12 | - |
| YUV | 161.76 | 65.49 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 51 | 0 | 0.02 | 0.71 | 0.30 | 58.58 | 0.55 | 0.45 |
| Hex | B2 | AF | 33 | 0 | 2 | 47 | 1E | 3B | 37 | 2D |
| Octal | 262 | 257 | 63 | 0 | 2 | 107 | 36 | 73 | 67 | 55 |
| Binary | 10110010 | 10101111 | 110011 | 0 | 10 | 1000111 | 11110 | 111011 | 110111 | 101101 |
Color Harmonies of #B2AF33
Complementary color
Monochromatic Colors of #B2AF33
Black with #B2AF33
Text Example
Text Example
White with #B2AF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AF33; }
p { color: rgb(178,175,51); }
H1.HeaderClassName
{
color: #B2AF33;
}
.AnyTagClassName
{
color: #B2AF33;
}
</style>
background-color css
<style>
a { background-color: #B2AF33; }
a { background-color: rgb(178,175,51); }
div.DivClassName
{
background-color: #B2AF33;
}
.BgClassName
{
background-color: #B2AF33;
}
</style>
border-color css
<style>
span { border-color: #B2AF33; }
span { border-color: rgb(178,175,51); }
td.TdClassName
{
border-color: #B2AF33;
}
.TagClassName
{
border-color: #B2AF33;
}
</style>