Shades of Brass #B3B33D
Tints of Brass #B3B33D
RGB
CMYK
RGB Variations
Color information
#B3B33D (or 0xB3B33D) is known color: Brass. HEX triplet: B3, B3 and 3D. RGB value is (179,179,61). Sum of RGB (Red+Green+Blue) = 179+179+61=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B33D is #4C4CC2. Grayscale: #A6A6A6. Windows color (decimal): -5000387 or 4043699. OLE color: 4043699.
HSL color Cylindrical-coordinate representation of color #B3B33D: hue angle of 60º 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 #B3B33D is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 179 | 61 | - |
| CMYK | 0 | 0 | 0.66 | 0.30 |
| HSL | 60º | 0.49% | 0.47% | - |
| HSV(B) | 60º | 0.66% | 0.7% | - |
| XYZ | 35.55 | 42.16 | 10.68 | - |
| YUV | 165.55 | 69 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 179 | 61 | 0 | 0 | 0.66 | 0.30 | 60 | 0.49 | 0.47 |
| Hex | B3 | B3 | 3D | 0 | 0 | 42 | 1E | 3C | 31 | 2F |
| Octal | 263 | 263 | 75 | 0 | 0 | 102 | 36 | 74 | 61 | 57 |
| Binary | 10110011 | 10110011 | 111101 | 0 | 0 | 1000010 | 11110 | 111100 | 110001 | 101111 |
Color Harmonies of #B3B33D
Complementary color
Monochromatic Colors of #B3B33D
Black with #B3B33D
Text Example
Text Example
White with #B3B33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B33D; }
p { color: rgb(179,179,61); }
H1.HeaderClassName
{
color: #B3B33D;
}
.AnyTagClassName
{
color: #B3B33D;
}
</style>
background-color css
<style>
a { background-color: #B3B33D; }
a { background-color: rgb(179,179,61); }
div.DivClassName
{
background-color: #B3B33D;
}
.BgClassName
{
background-color: #B3B33D;
}
</style>
border-color css
<style>
span { border-color: #B3B33D; }
span { border-color: rgb(179,179,61); }
td.TdClassName
{
border-color: #B3B33D;
}
.TagClassName
{
border-color: #B3B33D;
}
</style>