Shades of Brass #B6AD3C
Tints of Brass #B6AD3C
RGB
CMYK
RGB Variations
Color information
#B6AD3C (or 0xB6AD3C) is known color: Brass. HEX triplet: B6, AD and 3C. RGB value is (182,173,60). Sum of RGB (Red+Green+Blue) = 182+173+60=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AD3C is #4952C3. Grayscale: #A3A3A3. Windows color (decimal): -4805316 or 3976630. OLE color: 3976630.
HSL color Cylindrical-coordinate representation of color #B6AD3C: hue angle of 55.57º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B6AD3C is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 173 | 60 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.29 |
| HSL | 55.57º | 0.5% | 0.47% | - |
| HSV(B) | 55.57º | 0.67% | 0.71% | - |
| XYZ | 35.05 | 40.16 | 10.18 | - |
| YUV | 162.81 | 69.98 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 173 | 60 | 0 | 0.05 | 0.67 | 0.29 | 55.57 | 0.5 | 0.47 |
| Hex | B6 | AD | 3C | 0 | 5 | 43 | 1D | 38 | 32 | 2F |
| Octal | 266 | 255 | 74 | 0 | 5 | 103 | 35 | 70 | 62 | 57 |
| Binary | 10110110 | 10101101 | 111100 | 0 | 101 | 1000011 | 11101 | 111000 | 110010 | 101111 |
Color Harmonies of #B6AD3C
Complementary color
Monochromatic Colors of #B6AD3C
Black with #B6AD3C
Text Example
Text Example
White with #B6AD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AD3C; }
p { color: rgb(182,173,60); }
H1.HeaderClassName
{
color: #B6AD3C;
}
.AnyTagClassName
{
color: #B6AD3C;
}
</style>
background-color css
<style>
a { background-color: #B6AD3C; }
a { background-color: rgb(182,173,60); }
div.DivClassName
{
background-color: #B6AD3C;
}
.BgClassName
{
background-color: #B6AD3C;
}
</style>
border-color css
<style>
span { border-color: #B6AD3C; }
span { border-color: rgb(182,173,60); }
td.TdClassName
{
border-color: #B6AD3C;
}
.TagClassName
{
border-color: #B6AD3C;
}
</style>