Shades of Brass #B6A83D
Tints of Brass #B6A83D
RGB
CMYK
RGB Variations
Color information
#B6A83D (or 0xB6A83D) is known color: Brass. HEX triplet: B6, A8 and 3D. RGB value is (182,168,61). Sum of RGB (Red+Green+Blue) = 182+168+61=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A83D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A83D is #4957C2. Grayscale: #A0A0A0. Windows color (decimal): -4806595 or 4040886. OLE color: 4040886.
HSL color Cylindrical-coordinate representation of color #B6A83D: hue angle of 53.06º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B6A83D is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 168 | 61 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.29 |
| HSL | 53.06º | 0.5% | 0.48% | - |
| HSV(B) | 53.06º | 0.66% | 0.71% | - |
| XYZ | 34.14 | 38.29 | 10.01 | - |
| YUV | 159.99 | 72.14 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 61 | 0 | 0.08 | 0.66 | 0.29 | 53.06 | 0.5 | 0.48 |
| Hex | B6 | A8 | 3D | 0 | 8 | 42 | 1D | 35 | 32 | 30 |
| Octal | 266 | 250 | 75 | 0 | 10 | 102 | 35 | 65 | 62 | 60 |
| Binary | 10110110 | 10101000 | 111101 | 0 | 1000 | 1000010 | 11101 | 110101 | 110010 | 110000 |
Color Harmonies of #B6A83D
Complementary color
Monochromatic Colors of #B6A83D
Black with #B6A83D
Text Example
Text Example
White with #B6A83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A83D; }
p { color: rgb(182,168,61); }
H1.HeaderClassName
{
color: #B6A83D;
}
.AnyTagClassName
{
color: #B6A83D;
}
</style>
background-color css
<style>
a { background-color: #B6A83D; }
a { background-color: rgb(182,168,61); }
div.DivClassName
{
background-color: #B6A83D;
}
.BgClassName
{
background-color: #B6A83D;
}
</style>
border-color css
<style>
span { border-color: #B6A83D; }
span { border-color: rgb(182,168,61); }
td.TdClassName
{
border-color: #B6A83D;
}
.TagClassName
{
border-color: #B6A83D;
}
</style>