Shades of Brass #BDB13B
Tints of Brass #BDB13B
RGB
CMYK
RGB Variations
Color information
#BDB13B (or 0xBDB13B) is known color: Brass. HEX triplet: BD, B1 and 3B. RGB value is (189,177,59). Sum of RGB (Red+Green+Blue) = 189+177+59=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB13B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB13B is #424EC4. Grayscale: #A7A7A7. Windows color (decimal): -4345541 or 3912125. OLE color: 3912125.
HSL color Cylindrical-coordinate representation of color #BDB13B: hue angle of 54.46º 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 #BDB13B is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 59 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.26 |
| HSL | 54.46º | 0.52% | 0.49% | - |
| HSV(B) | 54.46º | 0.69% | 0.74% | - |
| XYZ | 37.5 | 42.58 | 10.38 | - |
| YUV | 167.14 | 66.98 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 59 | 0 | 0.06 | 0.69 | 0.26 | 54.46 | 0.52 | 0.49 |
| Hex | BD | B1 | 3B | 0 | 6 | 45 | 1A | 36 | 34 | 31 |
| Octal | 275 | 261 | 73 | 0 | 6 | 105 | 32 | 66 | 64 | 61 |
| Binary | 10111101 | 10110001 | 111011 | 0 | 110 | 1000101 | 11010 | 110110 | 110100 | 110001 |
Color Harmonies of #BDB13B
Complementary color
Monochromatic Colors of #BDB13B
Black with #BDB13B
Text Example
Text Example
White with #BDB13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB13B; }
p { color: rgb(189,177,59); }
H1.HeaderClassName
{
color: #BDB13B;
}
.AnyTagClassName
{
color: #BDB13B;
}
</style>
background-color css
<style>
a { background-color: #BDB13B; }
a { background-color: rgb(189,177,59); }
div.DivClassName
{
background-color: #BDB13B;
}
.BgClassName
{
background-color: #BDB13B;
}
</style>
border-color css
<style>
span { border-color: #BDB13B; }
span { border-color: rgb(189,177,59); }
td.TdClassName
{
border-color: #BDB13B;
}
.TagClassName
{
border-color: #BDB13B;
}
</style>