Shades of Brass #B1A433
Tints of Brass #B1A433
RGB
CMYK
RGB Variations
Color information
#B1A433 (or 0xB1A433) is known color: Brass. HEX triplet: B1, A4 and 33. RGB value is (177,164,51). Sum of RGB (Red+Green+Blue) = 177+164+51=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 51 (20.31% from 255 or 13.01% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A433 is #4E5BCC. Grayscale: #9B9B9B. Windows color (decimal): -5135309 or 3384497. OLE color: 3384497.
HSL color Cylindrical-coordinate representation of color #B1A433: hue angle of 53.81º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1A433 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 164 | 51 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.31 |
| HSL | 53.81º | 0.55% | 0.45% | - |
| HSV(B) | 53.81º | 0.71% | 0.69% | - |
| XYZ | 32 | 36.14 | 8.42 | - |
| YUV | 155.01 | 69.31 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 164 | 51 | 0 | 0.07 | 0.71 | 0.31 | 53.81 | 0.55 | 0.45 |
| Hex | B1 | A4 | 33 | 0 | 7 | 47 | 1F | 36 | 37 | 2D |
| Octal | 261 | 244 | 63 | 0 | 7 | 107 | 37 | 66 | 67 | 55 |
| Binary | 10110001 | 10100100 | 110011 | 0 | 111 | 1000111 | 11111 | 110110 | 110111 | 101101 |
Color Harmonies of #B1A433
Complementary color
Monochromatic Colors of #B1A433
Black with #B1A433
Text Example
Text Example
White with #B1A433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A433; }
p { color: rgb(177,164,51); }
H1.HeaderClassName
{
color: #B1A433;
}
.AnyTagClassName
{
color: #B1A433;
}
</style>
background-color css
<style>
a { background-color: #B1A433; }
a { background-color: rgb(177,164,51); }
div.DivClassName
{
background-color: #B1A433;
}
.BgClassName
{
background-color: #B1A433;
}
</style>
border-color css
<style>
span { border-color: #B1A433; }
span { border-color: rgb(177,164,51); }
td.TdClassName
{
border-color: #B1A433;
}
.TagClassName
{
border-color: #B1A433;
}
</style>