Shades of Brass #B6A842
Tints of Brass #B6A842
RGB
CMYK
RGB Variations
Color information
#B6A842 (or 0xB6A842) is known color: Brass. HEX triplet: B6, A8 and 42. RGB value is (182,168,66). Sum of RGB (Red+Green+Blue) = 182+168+66=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A842 is #4957BD. Grayscale: #A0A0A0. Windows color (decimal): -4806590 or 4368566. OLE color: 4368566.
HSL color Cylindrical-coordinate representation of color #B6A842: hue angle of 52.76º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B6A842 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 168 | 66 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.29 |
| HSL | 52.76º | 0.47% | 0.49% | - |
| HSV(B) | 52.76º | 0.64% | 0.71% | - |
| XYZ | 34.28 | 38.34 | 10.75 | - |
| YUV | 160.56 | 74.64 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 66 | 0 | 0.08 | 0.64 | 0.29 | 52.76 | 0.47 | 0.49 |
| Hex | B6 | A8 | 42 | 0 | 8 | 40 | 1D | 35 | 2F | 31 |
| Octal | 266 | 250 | 102 | 0 | 10 | 100 | 35 | 65 | 57 | 61 |
| Binary | 10110110 | 10101000 | 1000010 | 0 | 1000 | 1000000 | 11101 | 110101 | 101111 | 110001 |
Color Harmonies of #B6A842
Complementary color
Monochromatic Colors of #B6A842
Black with #B6A842
Text Example
Text Example
White with #B6A842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A842; }
p { color: rgb(182,168,66); }
H1.HeaderClassName
{
color: #B6A842;
}
.AnyTagClassName
{
color: #B6A842;
}
</style>
background-color css
<style>
a { background-color: #B6A842; }
a { background-color: rgb(182,168,66); }
div.DivClassName
{
background-color: #B6A842;
}
.BgClassName
{
background-color: #B6A842;
}
</style>
border-color css
<style>
span { border-color: #B6A842; }
span { border-color: rgb(182,168,66); }
td.TdClassName
{
border-color: #B6A842;
}
.TagClassName
{
border-color: #B6A842;
}
</style>