Shades of Brass #B7B443
Tints of Brass #B7B443
RGB
CMYK
RGB Variations
Color information
#B7B443 (or 0xB7B443) is known color: Brass. HEX triplet: B7, B4 and 43. RGB value is (183,180,67). Sum of RGB (Red+Green+Blue) = 183+180+67=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 67 (26.56% from 255 or 15.58% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B443 is #484BBC. Grayscale: #A8A8A8. Windows color (decimal): -4737981 or 4437175. OLE color: 4437175.
HSL color Cylindrical-coordinate representation of color #B7B443: hue angle of 58.45º 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 #B7B443 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 180 | 67 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.28 |
| HSL | 58.45º | 0.46% | 0.49% | - |
| HSV(B) | 58.45º | 0.63% | 0.72% | - |
| XYZ | 36.86 | 43.12 | 11.69 | - |
| YUV | 168.02 | 70.99 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 180 | 67 | 0 | 0.02 | 0.63 | 0.28 | 58.45 | 0.46 | 0.49 |
| Hex | B7 | B4 | 43 | 0 | 2 | 3F | 1C | 3A | 2E | 31 |
| Octal | 267 | 264 | 103 | 0 | 2 | 77 | 34 | 72 | 56 | 61 |
| Binary | 10110111 | 10110100 | 1000011 | 0 | 10 | 111111 | 11100 | 111010 | 101110 | 110001 |
Color Harmonies of #B7B443
Complementary color
Monochromatic Colors of #B7B443
Black with #B7B443
Text Example
Text Example
White with #B7B443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B443; }
p { color: rgb(183,180,67); }
H1.HeaderClassName
{
color: #B7B443;
}
.AnyTagClassName
{
color: #B7B443;
}
</style>
background-color css
<style>
a { background-color: #B7B443; }
a { background-color: rgb(183,180,67); }
div.DivClassName
{
background-color: #B7B443;
}
.BgClassName
{
background-color: #B7B443;
}
</style>
border-color css
<style>
span { border-color: #B7B443; }
span { border-color: rgb(183,180,67); }
td.TdClassName
{
border-color: #B7B443;
}
.TagClassName
{
border-color: #B7B443;
}
</style>