Shades of Brass #B2B33F
Tints of Brass #B2B33F
RGB
CMYK
RGB Variations
Color information
#B2B33F (or 0xB2B33F) is known color: Brass. HEX triplet: B2, B3 and 3F. RGB value is (178,179,63). Sum of RGB (Red+Green+Blue) = 178+179+63=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B33F is #4D4CC0. Grayscale: #A5A5A5. Windows color (decimal): -5065921 or 4174770. OLE color: 4174770.
HSL color Cylindrical-coordinate representation of color #B2B33F: hue angle of 60.52º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2B33F is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 63 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.30 |
| HSL | 60.52º | 0.48% | 0.47% | - |
| HSV(B) | 60.52º | 0.65% | 0.7% | - |
| XYZ | 35.38 | 42.06 | 10.96 | - |
| YUV | 165.48 | 70.17 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 63 | 0.01 | 0 | 0.65 | 0.30 | 60.52 | 0.48 | 0.47 |
| Hex | B2 | B3 | 3F | 1 | 0 | 41 | 1E | 3D | 30 | 2F |
| Octal | 262 | 263 | 77 | 1 | 0 | 101 | 36 | 75 | 60 | 57 |
| Binary | 10110010 | 10110011 | 111111 | 1 | 0 | 1000001 | 11110 | 111101 | 110000 | 101111 |
Color Harmonies of #B2B33F
Complementary color
Monochromatic Colors of #B2B33F
Black with #B2B33F
Text Example
Text Example
White with #B2B33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B33F; }
p { color: rgb(178,179,63); }
H1.HeaderClassName
{
color: #B2B33F;
}
.AnyTagClassName
{
color: #B2B33F;
}
</style>
background-color css
<style>
a { background-color: #B2B33F; }
a { background-color: rgb(178,179,63); }
div.DivClassName
{
background-color: #B2B33F;
}
.BgClassName
{
background-color: #B2B33F;
}
</style>
border-color css
<style>
span { border-color: #B2B33F; }
span { border-color: rgb(178,179,63); }
td.TdClassName
{
border-color: #B2B33F;
}
.TagClassName
{
border-color: #B2B33F;
}
</style>