Shades of Brass #B0B13F
Tints of Brass #B0B13F
RGB
CMYK
RGB Variations
Color information
#B0B13F (or 0xB0B13F) is known color: Brass. HEX triplet: B0, B1 and 3F. RGB value is (176,177,63). Sum of RGB (Red+Green+Blue) = 176+177+63=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B13F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B13F is #4F4EC0. Grayscale: #A4A4A4. Windows color (decimal): -5197505 or 4174256. OLE color: 4174256.
HSL color Cylindrical-coordinate representation of color #B0B13F: hue angle of 60.53º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0B13F is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 177 | 63 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.31 |
| HSL | 60.53º | 0.48% | 0.47% | - |
| HSV(B) | 60.53º | 0.64% | 0.69% | - |
| XYZ | 34.52 | 41.03 | 10.8 | - |
| YUV | 163.71 | 71.17 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 177 | 63 | 0.01 | 0 | 0.64 | 0.31 | 60.53 | 0.48 | 0.47 |
| Hex | B0 | B1 | 3F | 1 | 0 | 40 | 1F | 3D | 30 | 2F |
| Octal | 260 | 261 | 77 | 1 | 0 | 100 | 37 | 75 | 60 | 57 |
| Binary | 10110000 | 10110001 | 111111 | 1 | 0 | 1000000 | 11111 | 111101 | 110000 | 101111 |
Color Harmonies of #B0B13F
Complementary color
Monochromatic Colors of #B0B13F
Black with #B0B13F
Text Example
Text Example
White with #B0B13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B13F; }
p { color: rgb(176,177,63); }
H1.HeaderClassName
{
color: #B0B13F;
}
.AnyTagClassName
{
color: #B0B13F;
}
</style>
background-color css
<style>
a { background-color: #B0B13F; }
a { background-color: rgb(176,177,63); }
div.DivClassName
{
background-color: #B0B13F;
}
.BgClassName
{
background-color: #B0B13F;
}
</style>
border-color css
<style>
span { border-color: #B0B13F; }
span { border-color: rgb(176,177,63); }
td.TdClassName
{
border-color: #B0B13F;
}
.TagClassName
{
border-color: #B0B13F;
}
</style>