Shades of Brass #B6B044
Tints of Brass #B6B044
RGB
CMYK
RGB Variations
Color information
#B6B044 (or 0xB6B044) is known color: Brass. HEX triplet: B6, B0 and 44. RGB value is (182,176,68). Sum of RGB (Red+Green+Blue) = 182+176+68=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 68 (26.95% from 255 or 15.96% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6B044 is #494FBB. Grayscale: #A5A5A5. Windows color (decimal): -4804540 or 4501686. OLE color: 4501686.
HSL color Cylindrical-coordinate representation of color #B6B044: hue angle of 56.84º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B6B044 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 176 | 68 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.29 |
| HSL | 56.84º | 0.46% | 0.49% | - |
| HSV(B) | 56.84º | 0.63% | 0.71% | - |
| XYZ | 35.86 | 41.41 | 11.57 | - |
| YUV | 165.48 | 72.99 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 176 | 68 | 0 | 0.03 | 0.63 | 0.29 | 56.84 | 0.46 | 0.49 |
| Hex | B6 | B0 | 44 | 0 | 3 | 3F | 1D | 39 | 2E | 31 |
| Octal | 266 | 260 | 104 | 0 | 3 | 77 | 35 | 71 | 56 | 61 |
| Binary | 10110110 | 10110000 | 1000100 | 0 | 11 | 111111 | 11101 | 111001 | 101110 | 110001 |
Color Harmonies of #B6B044
Complementary color
Monochromatic Colors of #B6B044
Black with #B6B044
Text Example
Text Example
White with #B6B044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B044; }
p { color: rgb(182,176,68); }
H1.HeaderClassName
{
color: #B6B044;
}
.AnyTagClassName
{
color: #B6B044;
}
</style>
background-color css
<style>
a { background-color: #B6B044; }
a { background-color: rgb(182,176,68); }
div.DivClassName
{
background-color: #B6B044;
}
.BgClassName
{
background-color: #B6B044;
}
</style>
border-color css
<style>
span { border-color: #B6B044; }
span { border-color: rgb(182,176,68); }
td.TdClassName
{
border-color: #B6B044;
}
.TagClassName
{
border-color: #B6B044;
}
</style>