Shades of Brass #BDB13C
Tints of Brass #BDB13C
RGB
CMYK
RGB Variations
Color information
#BDB13C (or 0xBDB13C) is known color: Brass. HEX triplet: BD, B1 and 3C. RGB value is (189,177,60). Sum of RGB (Red+Green+Blue) = 189+177+60=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB13C is #424EC3. Grayscale: #A7A7A7. Windows color (decimal): -4345540 or 3977661. OLE color: 3977661.
HSL color Cylindrical-coordinate representation of color #BDB13C: hue angle of 54.42º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDB13C is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 60 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.26 |
| HSL | 54.42º | 0.52% | 0.49% | - |
| HSV(B) | 54.42º | 0.68% | 0.74% | - |
| XYZ | 37.52 | 42.59 | 10.52 | - |
| YUV | 167.25 | 67.48 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 60 | 0 | 0.06 | 0.68 | 0.26 | 54.42 | 0.52 | 0.49 |
| Hex | BD | B1 | 3C | 0 | 6 | 44 | 1A | 36 | 34 | 31 |
| Octal | 275 | 261 | 74 | 0 | 6 | 104 | 32 | 66 | 64 | 61 |
| Binary | 10111101 | 10110001 | 111100 | 0 | 110 | 1000100 | 11010 | 110110 | 110100 | 110001 |
Color Harmonies of #BDB13C
Complementary color
Monochromatic Colors of #BDB13C
Black with #BDB13C
Text Example
Text Example
White with #BDB13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB13C; }
p { color: rgb(189,177,60); }
H1.HeaderClassName
{
color: #BDB13C;
}
.AnyTagClassName
{
color: #BDB13C;
}
</style>
background-color css
<style>
a { background-color: #BDB13C; }
a { background-color: rgb(189,177,60); }
div.DivClassName
{
background-color: #BDB13C;
}
.BgClassName
{
background-color: #BDB13C;
}
</style>
border-color css
<style>
span { border-color: #BDB13C; }
span { border-color: rgb(189,177,60); }
td.TdClassName
{
border-color: #BDB13C;
}
.TagClassName
{
border-color: #BDB13C;
}
</style>