Shades of Brass #B2B334
Tints of Brass #B2B334
RGB
CMYK
RGB Variations
Color information
#B2B334 (or 0xB2B334) is known color: Brass. HEX triplet: B2, B3 and 34. RGB value is (178,179,52). Sum of RGB (Red+Green+Blue) = 178+179+52=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B334 is #4D4CCB. Grayscale: #A4A4A4. Windows color (decimal): -5065932 or 3453874. OLE color: 3453874.
HSL color Cylindrical-coordinate representation of color #B2B334: hue angle of 60.47º 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 #B2B334 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 52 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.30 |
| HSL | 60.47º | 0.55% | 0.45% | - |
| HSV(B) | 60.47º | 0.71% | 0.7% | - |
| XYZ | 35.1 | 41.95 | 9.5 | - |
| YUV | 164.22 | 64.67 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 52 | 0.01 | 0 | 0.71 | 0.30 | 60.47 | 0.55 | 0.45 |
| Hex | B2 | B3 | 34 | 1 | 0 | 47 | 1E | 3C | 37 | 2D |
| Octal | 262 | 263 | 64 | 1 | 0 | 107 | 36 | 74 | 67 | 55 |
| Binary | 10110010 | 10110011 | 110100 | 1 | 0 | 1000111 | 11110 | 111100 | 110111 | 101101 |
Color Harmonies of #B2B334
Complementary color
Monochromatic Colors of #B2B334
Black with #B2B334
Text Example
Text Example
White with #B2B334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B334; }
p { color: rgb(178,179,52); }
H1.HeaderClassName
{
color: #B2B334;
}
.AnyTagClassName
{
color: #B2B334;
}
</style>
background-color css
<style>
a { background-color: #B2B334; }
a { background-color: rgb(178,179,52); }
div.DivClassName
{
background-color: #B2B334;
}
.BgClassName
{
background-color: #B2B334;
}
</style>
border-color css
<style>
span { border-color: #B2B334; }
span { border-color: rgb(178,179,52); }
td.TdClassName
{
border-color: #B2B334;
}
.TagClassName
{
border-color: #B2B334;
}
</style>