Shades of Brass #B4B244
Tints of Brass #B4B244
RGB
CMYK
RGB Variations
Color information
#B4B244 (or 0xB4B244) is known color: Brass. HEX triplet: B4, B2 and 44. RGB value is (180,178,68). Sum of RGB (Red+Green+Blue) = 180+178+68=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 68 (26.95% from 255 or 15.96% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B244 is #4B4DBB. Grayscale: #A6A6A6. Windows color (decimal): -4935100 or 4502196. OLE color: 4502196.
HSL color Cylindrical-coordinate representation of color #B4B244: hue angle of 58.93º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B4B244 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 178 | 68 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.29 |
| HSL | 58.93º | 0.45% | 0.49% | - |
| HSV(B) | 58.93º | 0.62% | 0.71% | - |
| XYZ | 35.79 | 41.96 | 11.68 | - |
| YUV | 166.06 | 72.66 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 178 | 68 | 0 | 0.01 | 0.62 | 0.29 | 58.93 | 0.45 | 0.49 |
| Hex | B4 | B2 | 44 | 0 | 1 | 3E | 1D | 3B | 2D | 31 |
| Octal | 264 | 262 | 104 | 0 | 1 | 76 | 35 | 73 | 55 | 61 |
| Binary | 10110100 | 10110010 | 1000100 | 0 | 1 | 111110 | 11101 | 111011 | 101101 | 110001 |
Color Harmonies of #B4B244
Complementary color
Monochromatic Colors of #B4B244
Black with #B4B244
Text Example
Text Example
White with #B4B244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B244; }
p { color: rgb(180,178,68); }
H1.HeaderClassName
{
color: #B4B244;
}
.AnyTagClassName
{
color: #B4B244;
}
</style>
background-color css
<style>
a { background-color: #B4B244; }
a { background-color: rgb(180,178,68); }
div.DivClassName
{
background-color: #B4B244;
}
.BgClassName
{
background-color: #B4B244;
}
</style>
border-color css
<style>
span { border-color: #B4B244; }
span { border-color: rgb(180,178,68); }
td.TdClassName
{
border-color: #B4B244;
}
.TagClassName
{
border-color: #B4B244;
}
</style>