Shades of Brass #B7A433
Tints of Brass #B7A433
RGB
CMYK
RGB Variations
Color information
#B7A433 (or 0xB7A433) is known color: Brass. HEX triplet: B7, A4 and 33. RGB value is (183,164,51). Sum of RGB (Red+Green+Blue) = 183+164+51=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 51 (20.31% from 255 or 12.81% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A433 is #485BCC. Grayscale: #9D9D9D. Windows color (decimal): -4742093 or 3384503. OLE color: 3384503.
HSL color Cylindrical-coordinate representation of color #B7A433: hue angle of 51.36º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B7A433 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 164 | 51 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.28 |
| HSL | 51.36º | 0.56% | 0.46% | - |
| HSV(B) | 51.36º | 0.72% | 0.72% | - |
| XYZ | 33.4 | 36.86 | 8.49 | - |
| YUV | 156.8 | 68.29 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 164 | 51 | 0 | 0.10 | 0.72 | 0.28 | 51.36 | 0.56 | 0.46 |
| Hex | B7 | A4 | 33 | 0 | A | 48 | 1C | 33 | 38 | 2E |
| Octal | 267 | 244 | 63 | 0 | 12 | 110 | 34 | 63 | 70 | 56 |
| Binary | 10110111 | 10100100 | 110011 | 0 | 1010 | 1001000 | 11100 | 110011 | 111000 | 101110 |
Color Harmonies of #B7A433
Complementary color
Monochromatic Colors of #B7A433
Black with #B7A433
Text Example
Text Example
White with #B7A433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A433; }
p { color: rgb(183,164,51); }
H1.HeaderClassName
{
color: #B7A433;
}
.AnyTagClassName
{
color: #B7A433;
}
</style>
background-color css
<style>
a { background-color: #B7A433; }
a { background-color: rgb(183,164,51); }
div.DivClassName
{
background-color: #B7A433;
}
.BgClassName
{
background-color: #B7A433;
}
</style>
border-color css
<style>
span { border-color: #B7A433; }
span { border-color: rgb(183,164,51); }
td.TdClassName
{
border-color: #B7A433;
}
.TagClassName
{
border-color: #B7A433;
}
</style>