Shades of Brass #B0B235
Tints of Brass #B0B235
RGB
CMYK
RGB Variations
Color information
#B0B235 (or 0xB0B235) is known color: Brass. HEX triplet: B0, B2 and 35. RGB value is (176,178,53). Sum of RGB (Red+Green+Blue) = 176+178+53=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 53 (21.09% from 255 or 13.02% from 407); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B235 is #4F4DCA. Grayscale: #A3A3A3. Windows color (decimal): -5197259 or 3519152. OLE color: 3519152.
HSL color Cylindrical-coordinate representation of color #B0B235: hue angle of 60.96º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0B235 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 178 | 53 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.30 |
| HSL | 60.96º | 0.54% | 0.45% | - |
| HSV(B) | 60.96º | 0.7% | 0.7% | - |
| XYZ | 34.47 | 41.33 | 9.53 | - |
| YUV | 163.15 | 65.84 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 178 | 53 | 0.01 | 0 | 0.70 | 0.30 | 60.96 | 0.54 | 0.45 |
| Hex | B0 | B2 | 35 | 1 | 0 | 46 | 1E | 3D | 36 | 2D |
| Octal | 260 | 262 | 65 | 1 | 0 | 106 | 36 | 75 | 66 | 55 |
| Binary | 10110000 | 10110010 | 110101 | 1 | 0 | 1000110 | 11110 | 111101 | 110110 | 101101 |
Color Harmonies of #B0B235
Complementary color
Monochromatic Colors of #B0B235
Black with #B0B235
Text Example
Text Example
White with #B0B235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B235; }
p { color: rgb(176,178,53); }
H1.HeaderClassName
{
color: #B0B235;
}
.AnyTagClassName
{
color: #B0B235;
}
</style>
background-color css
<style>
a { background-color: #B0B235; }
a { background-color: rgb(176,178,53); }
div.DivClassName
{
background-color: #B0B235;
}
.BgClassName
{
background-color: #B0B235;
}
</style>
border-color css
<style>
span { border-color: #B0B235; }
span { border-color: rgb(176,178,53); }
td.TdClassName
{
border-color: #B0B235;
}
.TagClassName
{
border-color: #B0B235;
}
</style>