Shades of Brass #B0B338
Tints of Brass #B0B338
RGB
CMYK
RGB Variations
Color information
#B0B338 (or 0xB0B338) is known color: Brass. HEX triplet: B0, B3 and 38. RGB value is (176,179,56). Sum of RGB (Red+Green+Blue) = 176+179+56=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 56 (22.27% from 255 or 13.63% from 411); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B338 is #4F4CC7. Grayscale: #A4A4A4. Windows color (decimal): -5197000 or 3716016. OLE color: 3716016.
HSL color Cylindrical-coordinate representation of color #B0B338: hue angle of 61.46º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0B338 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 179 | 56 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.30 |
| HSL | 61.46º | 0.52% | 0.46% | - |
| HSV(B) | 61.46º | 0.69% | 0.7% | - |
| XYZ | 34.74 | 41.76 | 9.97 | - |
| YUV | 164.08 | 67.01 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 179 | 56 | 0.02 | 0 | 0.69 | 0.30 | 61.46 | 0.52 | 0.46 |
| Hex | B0 | B3 | 38 | 2 | 0 | 45 | 1E | 3D | 34 | 2E |
| Octal | 260 | 263 | 70 | 2 | 0 | 105 | 36 | 75 | 64 | 56 |
| Binary | 10110000 | 10110011 | 111000 | 10 | 0 | 1000101 | 11110 | 111101 | 110100 | 101110 |
Color Harmonies of #B0B338
Complementary color
Monochromatic Colors of #B0B338
Black with #B0B338
Text Example
Text Example
White with #B0B338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B338; }
p { color: rgb(176,179,56); }
H1.HeaderClassName
{
color: #B0B338;
}
.AnyTagClassName
{
color: #B0B338;
}
</style>
background-color css
<style>
a { background-color: #B0B338; }
a { background-color: rgb(176,179,56); }
div.DivClassName
{
background-color: #B0B338;
}
.BgClassName
{
background-color: #B0B338;
}
</style>
border-color css
<style>
span { border-color: #B0B338; }
span { border-color: rgb(176,179,56); }
td.TdClassName
{
border-color: #B0B338;
}
.TagClassName
{
border-color: #B0B338;
}
</style>