Shades of Brass #B2B23E
Tints of Brass #B2B23E
RGB
CMYK
RGB Variations
Color information
#B2B23E (or 0xB2B23E) is known color: Brass. HEX triplet: B2, B2 and 3E. RGB value is (178,178,62). Sum of RGB (Red+Green+Blue) = 178+178+62=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 62 (24.61% from 255 or 14.83% from 418); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B23E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B23E is #4D4DC1. Grayscale: #A5A5A5. Windows color (decimal): -5066178 or 4108978. OLE color: 4108978.
HSL color Cylindrical-coordinate representation of color #B2B23E: hue angle of 60º 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 #B2B23E is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 178 | 62 | - |
| CMYK | 0 | 0 | 0.65 | 0.30 |
| HSL | 60º | 0.48% | 0.47% | - |
| HSV(B) | 60º | 0.65% | 0.7% | - |
| XYZ | 35.15 | 41.65 | 10.74 | - |
| YUV | 164.78 | 70 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 62 | 0 | 0 | 0.65 | 0.30 | 60 | 0.48 | 0.47 |
| Hex | B2 | B2 | 3E | 0 | 0 | 41 | 1E | 3C | 30 | 2F |
| Octal | 262 | 262 | 76 | 0 | 0 | 101 | 36 | 74 | 60 | 57 |
| Binary | 10110010 | 10110010 | 111110 | 0 | 0 | 1000001 | 11110 | 111100 | 110000 | 101111 |
Color Harmonies of #B2B23E
Complementary color
Monochromatic Colors of #B2B23E
Black with #B2B23E
Text Example
Text Example
White with #B2B23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B23E; }
p { color: rgb(178,178,62); }
H1.HeaderClassName
{
color: #B2B23E;
}
.AnyTagClassName
{
color: #B2B23E;
}
</style>
background-color css
<style>
a { background-color: #B2B23E; }
a { background-color: rgb(178,178,62); }
div.DivClassName
{
background-color: #B2B23E;
}
.BgClassName
{
background-color: #B2B23E;
}
</style>
border-color css
<style>
span { border-color: #B2B23E; }
span { border-color: rgb(178,178,62); }
td.TdClassName
{
border-color: #B2B23E;
}
.TagClassName
{
border-color: #B2B23E;
}
</style>