Shades of Brass #BBAF36
Tints of Brass #BBAF36
RGB
CMYK
RGB Variations
Color information
#BBAF36 (or 0xBBAF36) is known color: Brass. HEX triplet: BB, AF and 36. RGB value is (187,175,54). Sum of RGB (Red+Green+Blue) = 187+175+54=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 54 (21.48% from 255 or 12.98% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF36 is #4450C9. Grayscale: #A5A5A5. Windows color (decimal): -4477130 or 3583931. OLE color: 3583931.
HSL color Cylindrical-coordinate representation of color #BBAF36: hue angle of 54.59º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBAF36 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 54 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.27 |
| HSL | 54.59º | 0.55% | 0.47% | - |
| HSV(B) | 54.59º | 0.71% | 0.73% | - |
| XYZ | 36.49 | 41.49 | 9.58 | - |
| YUV | 164.79 | 65.48 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 54 | 0 | 0.06 | 0.71 | 0.27 | 54.59 | 0.55 | 0.47 |
| Hex | BB | AF | 36 | 0 | 6 | 47 | 1B | 37 | 37 | 2F |
| Octal | 273 | 257 | 66 | 0 | 6 | 107 | 33 | 67 | 67 | 57 |
| Binary | 10111011 | 10101111 | 110110 | 0 | 110 | 1000111 | 11011 | 110111 | 110111 | 101111 |
Color Harmonies of #BBAF36
Complementary color
Monochromatic Colors of #BBAF36
Black with #BBAF36
Text Example
Text Example
White with #BBAF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF36; }
p { color: rgb(187,175,54); }
H1.HeaderClassName
{
color: #BBAF36;
}
.AnyTagClassName
{
color: #BBAF36;
}
</style>
background-color css
<style>
a { background-color: #BBAF36; }
a { background-color: rgb(187,175,54); }
div.DivClassName
{
background-color: #BBAF36;
}
.BgClassName
{
background-color: #BBAF36;
}
</style>
border-color css
<style>
span { border-color: #BBAF36; }
span { border-color: rgb(187,175,54); }
td.TdClassName
{
border-color: #BBAF36;
}
.TagClassName
{
border-color: #BBAF36;
}
</style>