Shades of Brass #B6B139
Tints of Brass #B6B139
RGB
CMYK
RGB Variations
Color information
#B6B139 (or 0xB6B139) is known color: Brass. HEX triplet: B6, B1 and 39. RGB value is (182,177,57). Sum of RGB (Red+Green+Blue) = 182+177+57=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 57 (22.66% from 255 or 13.70% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6B139 is #494EC6. Grayscale: #A5A5A5. Windows color (decimal): -4804295 or 3781046. OLE color: 3781046.
HSL color Cylindrical-coordinate representation of color #B6B139: hue angle of 57.6º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B6B139 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 177 | 57 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.29 |
| HSL | 57.6º | 0.52% | 0.47% | - |
| HSV(B) | 57.6º | 0.69% | 0.71% | - |
| XYZ | 35.75 | 41.68 | 10.03 | - |
| YUV | 164.82 | 67.16 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 177 | 57 | 0 | 0.03 | 0.69 | 0.29 | 57.6 | 0.52 | 0.47 |
| Hex | B6 | B1 | 39 | 0 | 3 | 45 | 1D | 3A | 34 | 2F |
| Octal | 266 | 261 | 71 | 0 | 3 | 105 | 35 | 72 | 64 | 57 |
| Binary | 10110110 | 10110001 | 111001 | 0 | 11 | 1000101 | 11101 | 111010 | 110100 | 101111 |
Color Harmonies of #B6B139
Complementary color
Monochromatic Colors of #B6B139
Black with #B6B139
Text Example
Text Example
White with #B6B139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B139; }
p { color: rgb(182,177,57); }
H1.HeaderClassName
{
color: #B6B139;
}
.AnyTagClassName
{
color: #B6B139;
}
</style>
background-color css
<style>
a { background-color: #B6B139; }
a { background-color: rgb(182,177,57); }
div.DivClassName
{
background-color: #B6B139;
}
.BgClassName
{
background-color: #B6B139;
}
</style>
border-color css
<style>
span { border-color: #B6B139; }
span { border-color: rgb(182,177,57); }
td.TdClassName
{
border-color: #B6B139;
}
.TagClassName
{
border-color: #B6B139;
}
</style>