Shades of Brass #B2B43A
Tints of Brass #B2B43A
RGB
CMYK
RGB Variations
Color information
#B2B43A (or 0xB2B43A) is known color: Brass. HEX triplet: B2, B4 and 3A. RGB value is (178,180,58). Sum of RGB (Red+Green+Blue) = 178+180+58=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B43A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B43A is #4D4BC5. Grayscale: #A5A5A5. Windows color (decimal): -5065670 or 3847346. OLE color: 3847346.
HSL color Cylindrical-coordinate representation of color #B2B43A: hue angle of 60.98º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2B43A is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 58 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.29 |
| HSL | 60.98º | 0.51% | 0.47% | - |
| HSV(B) | 60.98º | 0.68% | 0.71% | - |
| XYZ | 35.45 | 42.41 | 10.32 | - |
| YUV | 165.49 | 67.34 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 58 | 0.01 | 0 | 0.68 | 0.29 | 60.98 | 0.51 | 0.47 |
| Hex | B2 | B4 | 3A | 1 | 0 | 44 | 1D | 3D | 33 | 2F |
| Octal | 262 | 264 | 72 | 1 | 0 | 104 | 35 | 75 | 63 | 57 |
| Binary | 10110010 | 10110100 | 111010 | 1 | 0 | 1000100 | 11101 | 111101 | 110011 | 101111 |
Color Harmonies of #B2B43A
Complementary color
Monochromatic Colors of #B2B43A
Black with #B2B43A
Text Example
Text Example
White with #B2B43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B43A; }
p { color: rgb(178,180,58); }
H1.HeaderClassName
{
color: #B2B43A;
}
.AnyTagClassName
{
color: #B2B43A;
}
</style>
background-color css
<style>
a { background-color: #B2B43A; }
a { background-color: rgb(178,180,58); }
div.DivClassName
{
background-color: #B2B43A;
}
.BgClassName
{
background-color: #B2B43A;
}
</style>
border-color css
<style>
span { border-color: #B2B43A; }
span { border-color: rgb(178,180,58); }
td.TdClassName
{
border-color: #B2B43A;
}
.TagClassName
{
border-color: #B2B43A;
}
</style>