Shades of Brass #B2B23C
Tints of Brass #B2B23C
RGB
CMYK
RGB Variations
Color information
#B2B23C (or 0xB2B23C) is known color: Brass. HEX triplet: B2, B2 and 3C. RGB value is (178,178,60). Sum of RGB (Red+Green+Blue) = 178+178+60=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B23C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B23C is #4D4DC3. Grayscale: #A5A5A5. Windows color (decimal): -5066180 or 3977906. OLE color: 3977906.
HSL color Cylindrical-coordinate representation of color #B2B23C: hue angle of 60º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2B23C is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 178 | 60 | - |
| CMYK | 0 | 0 | 0.66 | 0.30 |
| HSL | 60º | 0.5% | 0.47% | - |
| HSV(B) | 60º | 0.66% | 0.7% | - |
| XYZ | 35.1 | 41.63 | 10.46 | - |
| YUV | 164.55 | 69 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 60 | 0 | 0 | 0.66 | 0.30 | 60 | 0.5 | 0.47 |
| Hex | B2 | B2 | 3C | 0 | 0 | 42 | 1E | 3C | 32 | 2F |
| Octal | 262 | 262 | 74 | 0 | 0 | 102 | 36 | 74 | 62 | 57 |
| Binary | 10110010 | 10110010 | 111100 | 0 | 0 | 1000010 | 11110 | 111100 | 110010 | 101111 |
Color Harmonies of #B2B23C
Complementary color
Monochromatic Colors of #B2B23C
Black with #B2B23C
Text Example
Text Example
White with #B2B23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B23C; }
p { color: rgb(178,178,60); }
H1.HeaderClassName
{
color: #B2B23C;
}
.AnyTagClassName
{
color: #B2B23C;
}
</style>
background-color css
<style>
a { background-color: #B2B23C; }
a { background-color: rgb(178,178,60); }
div.DivClassName
{
background-color: #B2B23C;
}
.BgClassName
{
background-color: #B2B23C;
}
</style>
border-color css
<style>
span { border-color: #B2B23C; }
span { border-color: rgb(178,178,60); }
td.TdClassName
{
border-color: #B2B23C;
}
.TagClassName
{
border-color: #B2B23C;
}
</style>