Shades of Brass #B2AA3D
Tints of Brass #B2AA3D
RGB
CMYK
RGB Variations
Color information
#B2AA3D (or 0xB2AA3D) is known color: Brass. HEX triplet: B2, AA and 3D. RGB value is (178,170,61). Sum of RGB (Red+Green+Blue) = 178+170+61=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 61 (24.22% from 255 or 14.91% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AA3D is #4D55C2. Grayscale: #A0A0A0. Windows color (decimal): -5068227 or 4041394. OLE color: 4041394.
HSL color Cylindrical-coordinate representation of color #B2AA3D: hue angle of 55.9º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2AA3D is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 61 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.30 |
| HSL | 55.9º | 0.49% | 0.47% | - |
| HSV(B) | 55.9º | 0.66% | 0.7% | - |
| XYZ | 33.58 | 38.55 | 10.09 | - |
| YUV | 159.97 | 72.15 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 61 | 0 | 0.04 | 0.66 | 0.30 | 55.9 | 0.49 | 0.47 |
| Hex | B2 | AA | 3D | 0 | 4 | 42 | 1E | 38 | 31 | 2F |
| Octal | 262 | 252 | 75 | 0 | 4 | 102 | 36 | 70 | 61 | 57 |
| Binary | 10110010 | 10101010 | 111101 | 0 | 100 | 1000010 | 11110 | 111000 | 110001 | 101111 |
Color Harmonies of #B2AA3D
Complementary color
Monochromatic Colors of #B2AA3D
Black with #B2AA3D
Text Example
Text Example
White with #B2AA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AA3D; }
p { color: rgb(178,170,61); }
H1.HeaderClassName
{
color: #B2AA3D;
}
.AnyTagClassName
{
color: #B2AA3D;
}
</style>
background-color css
<style>
a { background-color: #B2AA3D; }
a { background-color: rgb(178,170,61); }
div.DivClassName
{
background-color: #B2AA3D;
}
.BgClassName
{
background-color: #B2AA3D;
}
</style>
border-color css
<style>
span { border-color: #B2AA3D; }
span { border-color: rgb(178,170,61); }
td.TdClassName
{
border-color: #B2AA3D;
}
.TagClassName
{
border-color: #B2AA3D;
}
</style>