Shades of Brass #BDB33C
Tints of Brass #BDB33C
RGB
CMYK
RGB Variations
Color information
#BDB33C (or 0xBDB33C) is known color: Brass. HEX triplet: BD, B3 and 3C. RGB value is (189,179,60). Sum of RGB (Red+Green+Blue) = 189+179+60=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB33C is #424CC3. Grayscale: #A8A8A8. Windows color (decimal): -4345028 or 3978173. OLE color: 3978173.
HSL color Cylindrical-coordinate representation of color #BDB33C: hue angle of 55.35º 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 #BDB33C is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 60 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.26 |
| HSL | 55.35º | 0.52% | 0.49% | - |
| HSV(B) | 55.35º | 0.68% | 0.74% | - |
| XYZ | 37.92 | 43.39 | 10.65 | - |
| YUV | 168.42 | 66.81 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 60 | 0 | 0.05 | 0.68 | 0.26 | 55.35 | 0.52 | 0.49 |
| Hex | BD | B3 | 3C | 0 | 5 | 44 | 1A | 37 | 34 | 31 |
| Octal | 275 | 263 | 74 | 0 | 5 | 104 | 32 | 67 | 64 | 61 |
| Binary | 10111101 | 10110011 | 111100 | 0 | 101 | 1000100 | 11010 | 110111 | 110100 | 110001 |
Color Harmonies of #BDB33C
Complementary color
Monochromatic Colors of #BDB33C
Black with #BDB33C
Text Example
Text Example
White with #BDB33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB33C; }
p { color: rgb(189,179,60); }
H1.HeaderClassName
{
color: #BDB33C;
}
.AnyTagClassName
{
color: #BDB33C;
}
</style>
background-color css
<style>
a { background-color: #BDB33C; }
a { background-color: rgb(189,179,60); }
div.DivClassName
{
background-color: #BDB33C;
}
.BgClassName
{
background-color: #BDB33C;
}
</style>
border-color css
<style>
span { border-color: #BDB33C; }
span { border-color: rgb(189,179,60); }
td.TdClassName
{
border-color: #BDB33C;
}
.TagClassName
{
border-color: #BDB33C;
}
</style>