Shades of Brass #B29D3C
Tints of Brass #B29D3C
RGB
CMYK
RGB Variations
Color information
#B29D3C (or 0xB29D3C) is known color: Brass. HEX triplet: B2, 9D and 3C. RGB value is (178,157,60). Sum of RGB (Red+Green+Blue) = 178+157+60=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29D3C is #4D62C3. Grayscale: #989898. Windows color (decimal): -5071556 or 3972530. OLE color: 3972530.
HSL color Cylindrical-coordinate representation of color #B29D3C: hue angle of 49.32º 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 #B29D3C is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 157 | 60 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.30 |
| HSL | 49.32º | 0.5% | 0.47% | - |
| HSV(B) | 49.32º | 0.66% | 0.7% | - |
| XYZ | 31.23 | 33.91 | 9.17 | - |
| YUV | 152.22 | 75.96 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 157 | 60 | 0 | 0.12 | 0.66 | 0.30 | 49.32 | 0.5 | 0.47 |
| Hex | B2 | 9D | 3C | 0 | C | 42 | 1E | 31 | 32 | 2F |
| Octal | 262 | 235 | 74 | 0 | 14 | 102 | 36 | 61 | 62 | 57 |
| Binary | 10110010 | 10011101 | 111100 | 0 | 1100 | 1000010 | 11110 | 110001 | 110010 | 101111 |
Color Harmonies of #B29D3C
Complementary color
Monochromatic Colors of #B29D3C
Black with #B29D3C
Text Example
Text Example
White with #B29D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29D3C; }
p { color: rgb(178,157,60); }
H1.HeaderClassName
{
color: #B29D3C;
}
.AnyTagClassName
{
color: #B29D3C;
}
</style>
background-color css
<style>
a { background-color: #B29D3C; }
a { background-color: rgb(178,157,60); }
div.DivClassName
{
background-color: #B29D3C;
}
.BgClassName
{
background-color: #B29D3C;
}
</style>
border-color css
<style>
span { border-color: #B29D3C; }
span { border-color: rgb(178,157,60); }
td.TdClassName
{
border-color: #B29D3C;
}
.TagClassName
{
border-color: #B29D3C;
}
</style>