Shades of Brass #BBAF34
Tints of Brass #BBAF34
RGB
CMYK
RGB Variations
Color information
#BBAF34 (or 0xBBAF34) is known color: Brass. HEX triplet: BB, AF and 34. RGB value is (187,175,52). Sum of RGB (Red+Green+Blue) = 187+175+52=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 52 (20.70% from 255 or 12.56% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF34 is #4450CB. Grayscale: #A5A5A5. Windows color (decimal): -4477132 or 3452859. OLE color: 3452859.
HSL color Cylindrical-coordinate representation of color #BBAF34: hue angle of 54.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBAF34 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 52 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.27 |
| HSL | 54.67º | 0.56% | 0.47% | - |
| HSV(B) | 54.67º | 0.72% | 0.73% | - |
| XYZ | 36.44 | 41.47 | 9.33 | - |
| YUV | 164.57 | 64.48 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 52 | 0 | 0.06 | 0.72 | 0.27 | 54.67 | 0.56 | 0.47 |
| Hex | BB | AF | 34 | 0 | 6 | 48 | 1B | 37 | 38 | 2F |
| Octal | 273 | 257 | 64 | 0 | 6 | 110 | 33 | 67 | 70 | 57 |
| Binary | 10111011 | 10101111 | 110100 | 0 | 110 | 1001000 | 11011 | 110111 | 111000 | 101111 |
Color Harmonies of #BBAF34
Complementary color
Monochromatic Colors of #BBAF34
Black with #BBAF34
Text Example
Text Example
White with #BBAF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF34; }
p { color: rgb(187,175,52); }
H1.HeaderClassName
{
color: #BBAF34;
}
.AnyTagClassName
{
color: #BBAF34;
}
</style>
background-color css
<style>
a { background-color: #BBAF34; }
a { background-color: rgb(187,175,52); }
div.DivClassName
{
background-color: #BBAF34;
}
.BgClassName
{
background-color: #BBAF34;
}
</style>
border-color css
<style>
span { border-color: #BBAF34; }
span { border-color: rgb(187,175,52); }
td.TdClassName
{
border-color: #BBAF34;
}
.TagClassName
{
border-color: #BBAF34;
}
</style>