Shades of Brass #B8B239
Tints of Brass #B8B239
RGB
CMYK
RGB Variations
Color information
#B8B239 (or 0xB8B239) is known color: Brass. HEX triplet: B8, B2 and 39. RGB value is (184,178,57). Sum of RGB (Red+Green+Blue) = 184+178+57=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 57 (22.66% from 255 or 13.60% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B239 is #474DC6. Grayscale: #A6A6A6. Windows color (decimal): -4672967 or 3781304. OLE color: 3781304.
HSL color Cylindrical-coordinate representation of color #B8B239: hue angle of 57.17º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B8B239 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 178 | 57 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.28 |
| HSL | 57.17º | 0.53% | 0.47% | - |
| HSV(B) | 57.17º | 0.69% | 0.72% | - |
| XYZ | 36.43 | 42.33 | 10.12 | - |
| YUV | 166 | 66.49 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 178 | 57 | 0 | 0.03 | 0.69 | 0.28 | 57.17 | 0.53 | 0.47 |
| Hex | B8 | B2 | 39 | 0 | 3 | 45 | 1C | 39 | 35 | 2F |
| Octal | 270 | 262 | 71 | 0 | 3 | 105 | 34 | 71 | 65 | 57 |
| Binary | 10111000 | 10110010 | 111001 | 0 | 11 | 1000101 | 11100 | 111001 | 110101 | 101111 |
Color Harmonies of #B8B239
Complementary color
Monochromatic Colors of #B8B239
Black with #B8B239
Text Example
Text Example
White with #B8B239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B239; }
p { color: rgb(184,178,57); }
H1.HeaderClassName
{
color: #B8B239;
}
.AnyTagClassName
{
color: #B8B239;
}
</style>
background-color css
<style>
a { background-color: #B8B239; }
a { background-color: rgb(184,178,57); }
div.DivClassName
{
background-color: #B8B239;
}
.BgClassName
{
background-color: #B8B239;
}
</style>
border-color css
<style>
span { border-color: #B8B239; }
span { border-color: rgb(184,178,57); }
td.TdClassName
{
border-color: #B8B239;
}
.TagClassName
{
border-color: #B8B239;
}
</style>