Shades of Brass #B7B245
Tints of Brass #B7B245
RGB
CMYK
RGB Variations
Color information
#B7B245 (or 0xB7B245) is known color: Brass. HEX triplet: B7, B2 and 45. RGB value is (183,178,69). Sum of RGB (Red+Green+Blue) = 183+178+69=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 69 (27.34% from 255 or 16.05% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B245 is #484DBA. Grayscale: #A7A7A7. Windows color (decimal): -4738491 or 4567735. OLE color: 4567735.
HSL color Cylindrical-coordinate representation of color #B7B245: hue angle of 57.37º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B7B245 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 69 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.28 |
| HSL | 57.37º | 0.45% | 0.49% | - |
| HSV(B) | 57.37º | 0.62% | 0.72% | - |
| XYZ | 36.52 | 42.34 | 11.88 | - |
| YUV | 167.07 | 72.66 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 69 | 0 | 0.03 | 0.62 | 0.28 | 57.37 | 0.45 | 0.49 |
| Hex | B7 | B2 | 45 | 0 | 3 | 3E | 1C | 39 | 2D | 31 |
| Octal | 267 | 262 | 105 | 0 | 3 | 76 | 34 | 71 | 55 | 61 |
| Binary | 10110111 | 10110010 | 1000101 | 0 | 11 | 111110 | 11100 | 111001 | 101101 | 110001 |
Color Harmonies of #B7B245
Complementary color
Monochromatic Colors of #B7B245
Black with #B7B245
Text Example
Text Example
White with #B7B245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B245; }
p { color: rgb(183,178,69); }
H1.HeaderClassName
{
color: #B7B245;
}
.AnyTagClassName
{
color: #B7B245;
}
</style>
background-color css
<style>
a { background-color: #B7B245; }
a { background-color: rgb(183,178,69); }
div.DivClassName
{
background-color: #B7B245;
}
.BgClassName
{
background-color: #B7B245;
}
</style>
border-color css
<style>
span { border-color: #B7B245; }
span { border-color: rgb(183,178,69); }
td.TdClassName
{
border-color: #B7B245;
}
.TagClassName
{
border-color: #B7B245;
}
</style>