Shades of Brass #BDB33B
Tints of Brass #BDB33B
RGB
CMYK
RGB Variations
Color information
#BDB33B (or 0xBDB33B) is known color: Brass. HEX triplet: BD, B3 and 3B. RGB value is (189,179,59). Sum of RGB (Red+Green+Blue) = 189+179+59=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB33B is #424CC4. Grayscale: #A8A8A8. Windows color (decimal): -4345029 or 3912637. OLE color: 3912637.
HSL color Cylindrical-coordinate representation of color #BDB33B: hue angle of 55.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDB33B is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 59 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.26 |
| HSL | 55.38º | 0.52% | 0.49% | - |
| HSV(B) | 55.38º | 0.69% | 0.74% | - |
| XYZ | 37.9 | 43.37 | 10.51 | - |
| YUV | 168.31 | 66.31 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 59 | 0 | 0.05 | 0.69 | 0.26 | 55.38 | 0.52 | 0.49 |
| Hex | BD | B3 | 3B | 0 | 5 | 45 | 1A | 37 | 34 | 31 |
| Octal | 275 | 263 | 73 | 0 | 5 | 105 | 32 | 67 | 64 | 61 |
| Binary | 10111101 | 10110011 | 111011 | 0 | 101 | 1000101 | 11010 | 110111 | 110100 | 110001 |
Color Harmonies of #BDB33B
Complementary color
Monochromatic Colors of #BDB33B
Black with #BDB33B
Text Example
Text Example
White with #BDB33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB33B; }
p { color: rgb(189,179,59); }
H1.HeaderClassName
{
color: #BDB33B;
}
.AnyTagClassName
{
color: #BDB33B;
}
</style>
background-color css
<style>
a { background-color: #BDB33B; }
a { background-color: rgb(189,179,59); }
div.DivClassName
{
background-color: #BDB33B;
}
.BgClassName
{
background-color: #BDB33B;
}
</style>
border-color css
<style>
span { border-color: #BDB33B; }
span { border-color: rgb(189,179,59); }
td.TdClassName
{
border-color: #BDB33B;
}
.TagClassName
{
border-color: #BDB33B;
}
</style>