Shades of Brass #B2B339
Tints of Brass #B2B339
RGB
CMYK
RGB Variations
Color information
#B2B339 (or 0xB2B339) is known color: Brass. HEX triplet: B2, B3 and 39. RGB value is (178,179,57). Sum of RGB (Red+Green+Blue) = 178+179+57=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 57 (22.66% from 255 or 13.77% from 414); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B339 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B339 is #4D4CC6. Grayscale: #A5A5A5. Windows color (decimal): -5065927 or 3781554. OLE color: 3781554.
HSL color Cylindrical-coordinate representation of color #B2B339: hue angle of 60.49º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2B339 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 57 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.30 |
| HSL | 60.49º | 0.52% | 0.46% | - |
| HSV(B) | 60.49º | 0.68% | 0.7% | - |
| XYZ | 35.22 | 42 | 10.12 | - |
| YUV | 164.79 | 67.17 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 57 | 0.01 | 0 | 0.68 | 0.30 | 60.49 | 0.52 | 0.46 |
| Hex | B2 | B3 | 39 | 1 | 0 | 44 | 1E | 3C | 34 | 2E |
| Octal | 262 | 263 | 71 | 1 | 0 | 104 | 36 | 74 | 64 | 56 |
| Binary | 10110010 | 10110011 | 111001 | 1 | 0 | 1000100 | 11110 | 111100 | 110100 | 101110 |
Color Harmonies of #B2B339
Complementary color
Monochromatic Colors of #B2B339
Black with #B2B339
Text Example
Text Example
White with #B2B339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B339; }
p { color: rgb(178,179,57); }
H1.HeaderClassName
{
color: #B2B339;
}
.AnyTagClassName
{
color: #B2B339;
}
</style>
background-color css
<style>
a { background-color: #B2B339; }
a { background-color: rgb(178,179,57); }
div.DivClassName
{
background-color: #B2B339;
}
.BgClassName
{
background-color: #B2B339;
}
</style>
border-color css
<style>
span { border-color: #B2B339; }
span { border-color: rgb(178,179,57); }
td.TdClassName
{
border-color: #B2B339;
}
.TagClassName
{
border-color: #B2B339;
}
</style>