Shades of Brass #B4A33D
Tints of Brass #B4A33D
RGB
CMYK
RGB Variations
Color information
#B4A33D (or 0xB4A33D) is known color: Brass. HEX triplet: B4, A3 and 3D. RGB value is (180,163,61). Sum of RGB (Red+Green+Blue) = 180+163+61=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A33D is #4B5CC2. Grayscale: #9C9C9C. Windows color (decimal): -4938947 or 4039604. OLE color: 4039604.
HSL color Cylindrical-coordinate representation of color #B4A33D: hue angle of 51.43º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4A33D is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 163 | 61 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.29 |
| HSL | 51.43º | 0.49% | 0.47% | - |
| HSV(B) | 51.43º | 0.66% | 0.71% | - |
| XYZ | 32.76 | 36.23 | 9.68 | - |
| YUV | 156.46 | 74.13 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 163 | 61 | 0 | 0.09 | 0.66 | 0.29 | 51.43 | 0.49 | 0.47 |
| Hex | B4 | A3 | 3D | 0 | 9 | 42 | 1D | 33 | 31 | 2F |
| Octal | 264 | 243 | 75 | 0 | 11 | 102 | 35 | 63 | 61 | 57 |
| Binary | 10110100 | 10100011 | 111101 | 0 | 1001 | 1000010 | 11101 | 110011 | 110001 | 101111 |
Color Harmonies of #B4A33D
Complementary color
Monochromatic Colors of #B4A33D
Black with #B4A33D
Text Example
Text Example
White with #B4A33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A33D; }
p { color: rgb(180,163,61); }
H1.HeaderClassName
{
color: #B4A33D;
}
.AnyTagClassName
{
color: #B4A33D;
}
</style>
background-color css
<style>
a { background-color: #B4A33D; }
a { background-color: rgb(180,163,61); }
div.DivClassName
{
background-color: #B4A33D;
}
.BgClassName
{
background-color: #B4A33D;
}
</style>
border-color css
<style>
span { border-color: #B4A33D; }
span { border-color: rgb(180,163,61); }
td.TdClassName
{
border-color: #B4A33D;
}
.TagClassName
{
border-color: #B4A33D;
}
</style>