Shades of Brass #B5B43D
Tints of Brass #B5B43D
RGB
CMYK
RGB Variations
Color information
#B5B43D (or 0xB5B43D) is known color: Brass. HEX triplet: B5, B4 and 3D. RGB value is (181,180,61). Sum of RGB (Red+Green+Blue) = 181+180+61=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B43D is #4A4BC2. Grayscale: #A7A7A7. Windows color (decimal): -4869059 or 4043957. OLE color: 4043957.
HSL color Cylindrical-coordinate representation of color #B5B43D: hue angle of 59.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5B43D is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 180 | 61 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.29 |
| HSL | 59.5º | 0.5% | 0.47% | - |
| HSV(B) | 59.5º | 0.66% | 0.71% | - |
| XYZ | 36.22 | 42.8 | 10.77 | - |
| YUV | 166.73 | 68.33 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 180 | 61 | 0 | 0.01 | 0.66 | 0.29 | 59.5 | 0.5 | 0.47 |
| Hex | B5 | B4 | 3D | 0 | 1 | 42 | 1D | 3C | 32 | 2F |
| Octal | 265 | 264 | 75 | 0 | 1 | 102 | 35 | 74 | 62 | 57 |
| Binary | 10110101 | 10110100 | 111101 | 0 | 1 | 1000010 | 11101 | 111100 | 110010 | 101111 |
Color Harmonies of #B5B43D
Complementary color
Monochromatic Colors of #B5B43D
Black with #B5B43D
Text Example
Text Example
White with #B5B43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B43D; }
p { color: rgb(181,180,61); }
H1.HeaderClassName
{
color: #B5B43D;
}
.AnyTagClassName
{
color: #B5B43D;
}
</style>
background-color css
<style>
a { background-color: #B5B43D; }
a { background-color: rgb(181,180,61); }
div.DivClassName
{
background-color: #B5B43D;
}
.BgClassName
{
background-color: #B5B43D;
}
</style>
border-color css
<style>
span { border-color: #B5B43D; }
span { border-color: rgb(181,180,61); }
td.TdClassName
{
border-color: #B5B43D;
}
.TagClassName
{
border-color: #B5B43D;
}
</style>