Shades of Brass #B79F43
Tints of Brass #B79F43
RGB
CMYK
RGB Variations
Color information
#B79F43 (or 0xB79F43) is known color: Brass. HEX triplet: B7, 9F and 43. RGB value is (183,159,67). Sum of RGB (Red+Green+Blue) = 183+159+67=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 67 (26.56% from 255 or 16.38% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B79F43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79F43 is #4860BC. Grayscale: #9C9C9C. Windows color (decimal): -4743357 or 4431799. OLE color: 4431799.
HSL color Cylindrical-coordinate representation of color #B79F43: hue angle of 47.59º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B79F43 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 159 | 67 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.28 |
| HSL | 47.59º | 0.46% | 0.49% | - |
| HSV(B) | 47.59º | 0.63% | 0.72% | - |
| XYZ | 32.94 | 35.27 | 10.38 | - |
| YUV | 155.69 | 77.95 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 159 | 67 | 0 | 0.13 | 0.63 | 0.28 | 47.59 | 0.46 | 0.49 |
| Hex | B7 | 9F | 43 | 0 | D | 3F | 1C | 30 | 2E | 31 |
| Octal | 267 | 237 | 103 | 0 | 15 | 77 | 34 | 60 | 56 | 61 |
| Binary | 10110111 | 10011111 | 1000011 | 0 | 1101 | 111111 | 11100 | 110000 | 101110 | 110001 |
Color Harmonies of #B79F43
Complementary color
Monochromatic Colors of #B79F43
Black with #B79F43
Text Example
Text Example
White with #B79F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79F43; }
p { color: rgb(183,159,67); }
H1.HeaderClassName
{
color: #B79F43;
}
.AnyTagClassName
{
color: #B79F43;
}
</style>
background-color css
<style>
a { background-color: #B79F43; }
a { background-color: rgb(183,159,67); }
div.DivClassName
{
background-color: #B79F43;
}
.BgClassName
{
background-color: #B79F43;
}
</style>
border-color css
<style>
span { border-color: #B79F43; }
span { border-color: rgb(183,159,67); }
td.TdClassName
{
border-color: #B79F43;
}
.TagClassName
{
border-color: #B79F43;
}
</style>