Shades of Brass #B2B636
Tints of Brass #B2B636
RGB
CMYK
RGB Variations
Color information
#B2B636 (or 0xB2B636) is known color: Brass. HEX triplet: B2, B6 and 36. RGB value is (178,182,54). Sum of RGB (Red+Green+Blue) = 178+182+54=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 54 (21.48% from 255 or 13.04% from 414); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B636 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B636 is #4D49C9. Grayscale: #A6A6A6. Windows color (decimal): -5065162 or 3585714. OLE color: 3585714.
HSL color Cylindrical-coordinate representation of color #B2B636: hue angle of 61.88º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2B636 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 182 | 54 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.29 |
| HSL | 61.88º | 0.54% | 0.46% | - |
| HSV(B) | 61.88º | 0.7% | 0.71% | - |
| XYZ | 35.75 | 43.19 | 9.94 | - |
| YUV | 166.21 | 64.67 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 182 | 54 | 0.02 | 0 | 0.70 | 0.29 | 61.88 | 0.54 | 0.46 |
| Hex | B2 | B6 | 36 | 2 | 0 | 46 | 1D | 3E | 36 | 2E |
| Octal | 262 | 266 | 66 | 2 | 0 | 106 | 35 | 76 | 66 | 56 |
| Binary | 10110010 | 10110110 | 110110 | 10 | 0 | 1000110 | 11101 | 111110 | 110110 | 101110 |
Color Harmonies of #B2B636
Complementary color
Monochromatic Colors of #B2B636
Black with #B2B636
Text Example
Text Example
White with #B2B636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B636; }
p { color: rgb(178,182,54); }
H1.HeaderClassName
{
color: #B2B636;
}
.AnyTagClassName
{
color: #B2B636;
}
</style>
background-color css
<style>
a { background-color: #B2B636; }
a { background-color: rgb(178,182,54); }
div.DivClassName
{
background-color: #B2B636;
}
.BgClassName
{
background-color: #B2B636;
}
</style>
border-color css
<style>
span { border-color: #B2B636; }
span { border-color: rgb(178,182,54); }
td.TdClassName
{
border-color: #B2B636;
}
.TagClassName
{
border-color: #B2B636;
}
</style>