Shades of Brass #B6A843
Tints of Brass #B6A843
RGB
CMYK
RGB Variations
Color information
#B6A843 (or 0xB6A843) is known color: Brass. HEX triplet: B6, A8 and 43. RGB value is (182,168,67). Sum of RGB (Red+Green+Blue) = 182+168+67=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A843 is #4957BC. Grayscale: #A1A1A1. Windows color (decimal): -4806589 or 4434102. OLE color: 4434102.
HSL color Cylindrical-coordinate representation of color #B6A843: hue angle of 52.7º 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 #B6A843 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 168 | 67 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.29 |
| HSL | 52.7º | 0.46% | 0.49% | - |
| HSV(B) | 52.7º | 0.63% | 0.71% | - |
| XYZ | 34.31 | 38.36 | 10.91 | - |
| YUV | 160.67 | 75.14 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 67 | 0 | 0.08 | 0.63 | 0.29 | 52.7 | 0.46 | 0.49 |
| Hex | B6 | A8 | 43 | 0 | 8 | 3F | 1D | 35 | 2E | 31 |
| Octal | 266 | 250 | 103 | 0 | 10 | 77 | 35 | 65 | 56 | 61 |
| Binary | 10110110 | 10101000 | 1000011 | 0 | 1000 | 111111 | 11101 | 110101 | 101110 | 110001 |
Color Harmonies of #B6A843
Complementary color
Monochromatic Colors of #B6A843
Black with #B6A843
Text Example
Text Example
White with #B6A843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A843; }
p { color: rgb(182,168,67); }
H1.HeaderClassName
{
color: #B6A843;
}
.AnyTagClassName
{
color: #B6A843;
}
</style>
background-color css
<style>
a { background-color: #B6A843; }
a { background-color: rgb(182,168,67); }
div.DivClassName
{
background-color: #B6A843;
}
.BgClassName
{
background-color: #B6A843;
}
</style>
border-color css
<style>
span { border-color: #B6A843; }
span { border-color: rgb(182,168,67); }
td.TdClassName
{
border-color: #B6A843;
}
.TagClassName
{
border-color: #B6A843;
}
</style>