Shades of Brass #B2B733
Tints of Brass #B2B733
RGB
CMYK
RGB Variations
Color information
#B2B733 (or 0xB2B733) is known color: Brass. HEX triplet: B2, B7 and 33. RGB value is (178,183,51). Sum of RGB (Red+Green+Blue) = 178+183+51=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B733 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B733 is #4D48CC. Grayscale: #A6A6A6. Windows color (decimal): -5064909 or 3389362. OLE color: 3389362.
HSL color Cylindrical-coordinate representation of color #B2B733: hue angle of 62.27º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2B733 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 183 | 51 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.28 |
| HSL | 62.27º | 0.56% | 0.46% | - |
| HSV(B) | 62.27º | 0.72% | 0.72% | - |
| XYZ | 35.89 | 43.57 | 9.65 | - |
| YUV | 166.46 | 62.84 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 51 | 0.03 | 0 | 0.72 | 0.28 | 62.27 | 0.56 | 0.46 |
| Hex | B2 | B7 | 33 | 3 | 0 | 48 | 1C | 3E | 38 | 2E |
| Octal | 262 | 267 | 63 | 3 | 0 | 110 | 34 | 76 | 70 | 56 |
| Binary | 10110010 | 10110111 | 110011 | 11 | 0 | 1001000 | 11100 | 111110 | 111000 | 101110 |
Color Harmonies of #B2B733
Complementary color
Monochromatic Colors of #B2B733
Black with #B2B733
Text Example
Text Example
White with #B2B733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B733; }
p { color: rgb(178,183,51); }
H1.HeaderClassName
{
color: #B2B733;
}
.AnyTagClassName
{
color: #B2B733;
}
</style>
background-color css
<style>
a { background-color: #B2B733; }
a { background-color: rgb(178,183,51); }
div.DivClassName
{
background-color: #B2B733;
}
.BgClassName
{
background-color: #B2B733;
}
</style>
border-color css
<style>
span { border-color: #B2B733; }
span { border-color: rgb(178,183,51); }
td.TdClassName
{
border-color: #B2B733;
}
.TagClassName
{
border-color: #B2B733;
}
</style>