Shades of Brass #B2B333
Tints of Brass #B2B333
RGB
CMYK
RGB Variations
Color information
#B2B333 (or 0xB2B333) is known color: Brass. HEX triplet: B2, B3 and 33. RGB value is (178,179,51). Sum of RGB (Red+Green+Blue) = 178+179+51=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 51 (20.31% from 255 or 12.5% from 408); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B333 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B333 is #4D4CCC. Grayscale: #A4A4A4. Windows color (decimal): -5065933 or 3388338. OLE color: 3388338.
HSL color Cylindrical-coordinate representation of color #B2B333: hue angle of 60.47º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2B333 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 51 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.30 |
| HSL | 60.47º | 0.56% | 0.45% | - |
| HSV(B) | 60.47º | 0.72% | 0.7% | - |
| XYZ | 35.08 | 41.94 | 9.38 | - |
| YUV | 164.11 | 64.17 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 51 | 0.01 | 0 | 0.72 | 0.30 | 60.47 | 0.56 | 0.45 |
| Hex | B2 | B3 | 33 | 1 | 0 | 48 | 1E | 3C | 38 | 2D |
| Octal | 262 | 263 | 63 | 1 | 0 | 110 | 36 | 74 | 70 | 55 |
| Binary | 10110010 | 10110011 | 110011 | 1 | 0 | 1001000 | 11110 | 111100 | 111000 | 101101 |
Color Harmonies of #B2B333
Complementary color
Monochromatic Colors of #B2B333
Black with #B2B333
Text Example
Text Example
White with #B2B333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B333; }
p { color: rgb(178,179,51); }
H1.HeaderClassName
{
color: #B2B333;
}
.AnyTagClassName
{
color: #B2B333;
}
</style>
background-color css
<style>
a { background-color: #B2B333; }
a { background-color: rgb(178,179,51); }
div.DivClassName
{
background-color: #B2B333;
}
.BgClassName
{
background-color: #B2B333;
}
</style>
border-color css
<style>
span { border-color: #B2B333; }
span { border-color: rgb(178,179,51); }
td.TdClassName
{
border-color: #B2B333;
}
.TagClassName
{
border-color: #B2B333;
}
</style>