Shades of Brass #B1B534
Tints of Brass #B1B534
RGB
CMYK
RGB Variations
Color information
#B1B534 (or 0xB1B534) is known color: Brass. HEX triplet: B1, B5 and 34. RGB value is (177,181,52). Sum of RGB (Red+Green+Blue) = 177+181+52=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 52 (20.70% from 255 or 12.68% from 410); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B534 is #4E4ACB. Grayscale: #A5A5A5. Windows color (decimal): -5130956 or 3454385. OLE color: 3454385.
HSL color Cylindrical-coordinate representation of color #B1B534: hue angle of 61.86º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1B534 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 181 | 52 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.29 |
| HSL | 61.86º | 0.55% | 0.46% | - |
| HSV(B) | 61.86º | 0.71% | 0.71% | - |
| XYZ | 35.28 | 42.64 | 9.62 | - |
| YUV | 165.1 | 64.17 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 181 | 52 | 0.02 | 0 | 0.71 | 0.29 | 61.86 | 0.55 | 0.46 |
| Hex | B1 | B5 | 34 | 2 | 0 | 47 | 1D | 3E | 37 | 2E |
| Octal | 261 | 265 | 64 | 2 | 0 | 107 | 35 | 76 | 67 | 56 |
| Binary | 10110001 | 10110101 | 110100 | 10 | 0 | 1000111 | 11101 | 111110 | 110111 | 101110 |
Color Harmonies of #B1B534
Complementary color
Monochromatic Colors of #B1B534
Black with #B1B534
Text Example
Text Example
White with #B1B534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B534; }
p { color: rgb(177,181,52); }
H1.HeaderClassName
{
color: #B1B534;
}
.AnyTagClassName
{
color: #B1B534;
}
</style>
background-color css
<style>
a { background-color: #B1B534; }
a { background-color: rgb(177,181,52); }
div.DivClassName
{
background-color: #B1B534;
}
.BgClassName
{
background-color: #B1B534;
}
</style>
border-color css
<style>
span { border-color: #B1B534; }
span { border-color: rgb(177,181,52); }
td.TdClassName
{
border-color: #B1B534;
}
.TagClassName
{
border-color: #B1B534;
}
</style>