Shades of Brass #B2B635
Tints of Brass #B2B635
RGB
CMYK
RGB Variations
Color information
#B2B635 (or 0xB2B635) is known color: Brass. HEX triplet: B2, B6 and 35. RGB value is (178,182,53). Sum of RGB (Red+Green+Blue) = 178+182+53=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 53 (21.09% from 255 or 12.83% from 413); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B635 is #4D49CA. Grayscale: #A6A6A6. Windows color (decimal): -5065163 or 3520178. OLE color: 3520178.
HSL color Cylindrical-coordinate representation of color #B2B635: hue angle of 61.86º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2B635 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 182 | 53 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.29 |
| HSL | 61.86º | 0.55% | 0.46% | - |
| HSV(B) | 61.86º | 0.71% | 0.71% | - |
| XYZ | 35.73 | 43.18 | 9.82 | - |
| YUV | 166.1 | 64.17 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 182 | 53 | 0.02 | 0 | 0.71 | 0.29 | 61.86 | 0.55 | 0.46 |
| Hex | B2 | B6 | 35 | 2 | 0 | 47 | 1D | 3E | 37 | 2E |
| Octal | 262 | 266 | 65 | 2 | 0 | 107 | 35 | 76 | 67 | 56 |
| Binary | 10110010 | 10110110 | 110101 | 10 | 0 | 1000111 | 11101 | 111110 | 110111 | 101110 |
Color Harmonies of #B2B635
Complementary color
Monochromatic Colors of #B2B635
Black with #B2B635
Text Example
Text Example
White with #B2B635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B635; }
p { color: rgb(178,182,53); }
H1.HeaderClassName
{
color: #B2B635;
}
.AnyTagClassName
{
color: #B2B635;
}
</style>
background-color css
<style>
a { background-color: #B2B635; }
a { background-color: rgb(178,182,53); }
div.DivClassName
{
background-color: #B2B635;
}
.BgClassName
{
background-color: #B2B635;
}
</style>
border-color css
<style>
span { border-color: #B2B635; }
span { border-color: rgb(178,182,53); }
td.TdClassName
{
border-color: #B2B635;
}
.TagClassName
{
border-color: #B2B635;
}
</style>