Shades of Brass #B1B244
Tints of Brass #B1B244
RGB
CMYK
RGB Variations
Color information
#B1B244 (or 0xB1B244) is known color: Brass. HEX triplet: B1, B2 and 44. RGB value is (177,178,68). Sum of RGB (Red+Green+Blue) = 177+178+68=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B244 is #4E4DBB. Grayscale: #A5A5A5. Windows color (decimal): -5131708 or 4502193. OLE color: 4502193.
HSL color Cylindrical-coordinate representation of color #B1B244: hue angle of 60.55º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B1B244 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 178 | 68 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.30 |
| HSL | 60.55º | 0.45% | 0.48% | - |
| HSV(B) | 60.55º | 0.62% | 0.7% | - |
| XYZ | 35.1 | 41.61 | 11.65 | - |
| YUV | 165.16 | 73.17 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 178 | 68 | 0.01 | 0 | 0.62 | 0.30 | 60.55 | 0.45 | 0.48 |
| Hex | B1 | B2 | 44 | 1 | 0 | 3E | 1E | 3D | 2D | 30 |
| Octal | 261 | 262 | 104 | 1 | 0 | 76 | 36 | 75 | 55 | 60 |
| Binary | 10110001 | 10110010 | 1000100 | 1 | 0 | 111110 | 11110 | 111101 | 101101 | 110000 |
Color Harmonies of #B1B244
Complementary color
Monochromatic Colors of #B1B244
Black with #B1B244
Text Example
Text Example
White with #B1B244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B244; }
p { color: rgb(177,178,68); }
H1.HeaderClassName
{
color: #B1B244;
}
.AnyTagClassName
{
color: #B1B244;
}
</style>
background-color css
<style>
a { background-color: #B1B244; }
a { background-color: rgb(177,178,68); }
div.DivClassName
{
background-color: #B1B244;
}
.BgClassName
{
background-color: #B1B244;
}
</style>
border-color css
<style>
span { border-color: #B1B244; }
span { border-color: rgb(177,178,68); }
td.TdClassName
{
border-color: #B1B244;
}
.TagClassName
{
border-color: #B1B244;
}
</style>