Shades of Brass #B2B340
Tints of Brass #B2B340
RGB
CMYK
RGB Variations
Color information
#B2B340 (or 0xB2B340) is known color: Brass. HEX triplet: B2, B3 and 40. RGB value is (178,179,64). Sum of RGB (Red+Green+Blue) = 178+179+64=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B340 is #4D4CBF. Grayscale: #A6A6A6. Windows color (decimal): -5065920 or 4240306. OLE color: 4240306.
HSL color Cylindrical-coordinate representation of color #B2B340: hue angle of 60.52º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2B340 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 64 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.30 |
| HSL | 60.52º | 0.47% | 0.48% | - |
| HSV(B) | 60.52º | 0.64% | 0.7% | - |
| XYZ | 35.41 | 42.08 | 11.11 | - |
| YUV | 165.59 | 70.67 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 64 | 0.01 | 0 | 0.64 | 0.30 | 60.52 | 0.47 | 0.48 |
| Hex | B2 | B3 | 40 | 1 | 0 | 40 | 1E | 3D | 2F | 30 |
| Octal | 262 | 263 | 100 | 1 | 0 | 100 | 36 | 75 | 57 | 60 |
| Binary | 10110010 | 10110011 | 1000000 | 1 | 0 | 1000000 | 11110 | 111101 | 101111 | 110000 |
Color Harmonies of #B2B340
Complementary color
Monochromatic Colors of #B2B340
Black with #B2B340
Text Example
Text Example
White with #B2B340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B340; }
p { color: rgb(178,179,64); }
H1.HeaderClassName
{
color: #B2B340;
}
.AnyTagClassName
{
color: #B2B340;
}
</style>
background-color css
<style>
a { background-color: #B2B340; }
a { background-color: rgb(178,179,64); }
div.DivClassName
{
background-color: #B2B340;
}
.BgClassName
{
background-color: #B2B340;
}
</style>
border-color css
<style>
span { border-color: #B2B340; }
span { border-color: rgb(178,179,64); }
td.TdClassName
{
border-color: #B2B340;
}
.TagClassName
{
border-color: #B2B340;
}
</style>