Shades of Brass #B6A850
Tints of Brass #B6A850
RGB
CMYK
RGB Variations
Color information
#B6A850 (or 0xB6A850) is known color: Brass. HEX triplet: B6, A8 and 50. RGB value is (182,168,80). Sum of RGB (Red+Green+Blue) = 182+168+80=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A850 is #4957AF. Grayscale: #A2A2A2. Windows color (decimal): -4806576 or 5286070. OLE color: 5286070.
HSL color Cylindrical-coordinate representation of color #B6A850: hue angle of 51.76º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B6A850 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 168 | 80 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.29 |
| HSL | 51.76º | 0.41% | 0.51% | - |
| HSV(B) | 51.76º | 0.56% | 0.71% | - |
| XYZ | 34.74 | 38.53 | 13.2 | - |
| YUV | 162.15 | 81.64 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 80 | 0 | 0.08 | 0.56 | 0.29 | 51.76 | 0.41 | 0.51 |
| Hex | B6 | A8 | 50 | 0 | 8 | 38 | 1D | 34 | 29 | 33 |
| Octal | 266 | 250 | 120 | 0 | 10 | 70 | 35 | 64 | 51 | 63 |
| Binary | 10110110 | 10101000 | 1010000 | 0 | 1000 | 111000 | 11101 | 110100 | 101001 | 110011 |
Color Harmonies of #B6A850
Complementary color
Monochromatic Colors of #B6A850
Black with #B6A850
Text Example
Text Example
White with #B6A850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A850; }
p { color: rgb(182,168,80); }
H1.HeaderClassName
{
color: #B6A850;
}
.AnyTagClassName
{
color: #B6A850;
}
</style>
background-color css
<style>
a { background-color: #B6A850; }
a { background-color: rgb(182,168,80); }
div.DivClassName
{
background-color: #B6A850;
}
.BgClassName
{
background-color: #B6A850;
}
</style>
border-color css
<style>
span { border-color: #B6A850; }
span { border-color: rgb(182,168,80); }
td.TdClassName
{
border-color: #B6A850;
}
.TagClassName
{
border-color: #B6A850;
}
</style>