Shades of Brass #B8B534
Tints of Brass #B8B534
RGB
CMYK
RGB Variations
Color information
#B8B534 (or 0xB8B534) is known color: Brass. HEX triplet: B8, B5 and 34. RGB value is (184,181,52). Sum of RGB (Red+Green+Blue) = 184+181+52=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 52 (20.70% from 255 or 12.47% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B534 is #474ACB. Grayscale: #A7A7A7. Windows color (decimal): -4672204 or 3454392. OLE color: 3454392.
HSL color Cylindrical-coordinate representation of color #B8B534: hue angle of 58.64º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8B534 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 181 | 52 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.28 |
| HSL | 58.64º | 0.56% | 0.46% | - |
| HSV(B) | 58.64º | 0.72% | 0.72% | - |
| XYZ | 36.91 | 43.49 | 9.7 | - |
| YUV | 167.19 | 62.99 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 181 | 52 | 0 | 0.02 | 0.72 | 0.28 | 58.64 | 0.56 | 0.46 |
| Hex | B8 | B5 | 34 | 0 | 2 | 48 | 1C | 3B | 38 | 2E |
| Octal | 270 | 265 | 64 | 0 | 2 | 110 | 34 | 73 | 70 | 56 |
| Binary | 10111000 | 10110101 | 110100 | 0 | 10 | 1001000 | 11100 | 111011 | 111000 | 101110 |
Color Harmonies of #B8B534
Complementary color
Monochromatic Colors of #B8B534
Black with #B8B534
Text Example
Text Example
White with #B8B534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B534; }
p { color: rgb(184,181,52); }
H1.HeaderClassName
{
color: #B8B534;
}
.AnyTagClassName
{
color: #B8B534;
}
</style>
background-color css
<style>
a { background-color: #B8B534; }
a { background-color: rgb(184,181,52); }
div.DivClassName
{
background-color: #B8B534;
}
.BgClassName
{
background-color: #B8B534;
}
</style>
border-color css
<style>
span { border-color: #B8B534; }
span { border-color: rgb(184,181,52); }
td.TdClassName
{
border-color: #B8B534;
}
.TagClassName
{
border-color: #B8B534;
}
</style>