Shades of Brass #B6AF42
Tints of Brass #B6AF42
RGB
CMYK
RGB Variations
Color information
#B6AF42 (or 0xB6AF42) is known color: Brass. HEX triplet: B6, AF and 42. RGB value is (182,175,66). Sum of RGB (Red+Green+Blue) = 182+175+66=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AF42 is #4950BD. Grayscale: #A5A5A5. Windows color (decimal): -4804798 or 4370358. OLE color: 4370358.
HSL color Cylindrical-coordinate representation of color #B6AF42: hue angle of 56.38º 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 #B6AF42 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 175 | 66 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.29 |
| HSL | 56.38º | 0.47% | 0.49% | - |
| HSV(B) | 56.38º | 0.64% | 0.71% | - |
| XYZ | 35.6 | 41 | 11.19 | - |
| YUV | 164.67 | 72.32 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 175 | 66 | 0 | 0.04 | 0.64 | 0.29 | 56.38 | 0.47 | 0.49 |
| Hex | B6 | AF | 42 | 0 | 4 | 40 | 1D | 38 | 2F | 31 |
| Octal | 266 | 257 | 102 | 0 | 4 | 100 | 35 | 70 | 57 | 61 |
| Binary | 10110110 | 10101111 | 1000010 | 0 | 100 | 1000000 | 11101 | 111000 | 101111 | 110001 |
Color Harmonies of #B6AF42
Complementary color
Monochromatic Colors of #B6AF42
Black with #B6AF42
Text Example
Text Example
White with #B6AF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AF42; }
p { color: rgb(182,175,66); }
H1.HeaderClassName
{
color: #B6AF42;
}
.AnyTagClassName
{
color: #B6AF42;
}
</style>
background-color css
<style>
a { background-color: #B6AF42; }
a { background-color: rgb(182,175,66); }
div.DivClassName
{
background-color: #B6AF42;
}
.BgClassName
{
background-color: #B6AF42;
}
</style>
border-color css
<style>
span { border-color: #B6AF42; }
span { border-color: rgb(182,175,66); }
td.TdClassName
{
border-color: #B6AF42;
}
.TagClassName
{
border-color: #B6AF42;
}
</style>