Shades of Brass #B2B533
Tints of Brass #B2B533
RGB
CMYK
RGB Variations
Color information
#B2B533 (or 0xB2B533) is known color: Brass. HEX triplet: B2, B5 and 33. RGB value is (178,181,51). Sum of RGB (Red+Green+Blue) = 178+181+51=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 51 (20.31% from 255 or 12.44% from 410); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B533 is #4D4ACC. Grayscale: #A5A5A5. Windows color (decimal): -5065421 or 3388850. OLE color: 3388850.
HSL color Cylindrical-coordinate representation of color #B2B533: hue angle of 61.38º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2B533 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 181 | 51 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.29 |
| HSL | 61.38º | 0.56% | 0.45% | - |
| HSV(B) | 61.38º | 0.72% | 0.71% | - |
| XYZ | 35.48 | 42.75 | 9.51 | - |
| YUV | 165.28 | 63.51 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 51 | 0.02 | 0 | 0.72 | 0.29 | 61.38 | 0.56 | 0.45 |
| Hex | B2 | B5 | 33 | 2 | 0 | 48 | 1D | 3D | 38 | 2D |
| Octal | 262 | 265 | 63 | 2 | 0 | 110 | 35 | 75 | 70 | 55 |
| Binary | 10110010 | 10110101 | 110011 | 10 | 0 | 1001000 | 11101 | 111101 | 111000 | 101101 |
Color Harmonies of #B2B533
Complementary color
Monochromatic Colors of #B2B533
Black with #B2B533
Text Example
Text Example
White with #B2B533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B533; }
p { color: rgb(178,181,51); }
H1.HeaderClassName
{
color: #B2B533;
}
.AnyTagClassName
{
color: #B2B533;
}
</style>
background-color css
<style>
a { background-color: #B2B533; }
a { background-color: rgb(178,181,51); }
div.DivClassName
{
background-color: #B2B533;
}
.BgClassName
{
background-color: #B2B533;
}
</style>
border-color css
<style>
span { border-color: #B2B533; }
span { border-color: rgb(178,181,51); }
td.TdClassName
{
border-color: #B2B533;
}
.TagClassName
{
border-color: #B2B533;
}
</style>