Shades of Brass #BDB13D
Tints of Brass #BDB13D
RGB
CMYK
RGB Variations
Color information
#BDB13D (or 0xBDB13D) is known color: Brass. HEX triplet: BD, B1 and 3D. RGB value is (189,177,61). Sum of RGB (Red+Green+Blue) = 189+177+61=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 61 (24.22% from 255 or 14.29% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB13D is #424EC2. Grayscale: #A7A7A7. Windows color (decimal): -4345539 or 4043197. OLE color: 4043197.
HSL color Cylindrical-coordinate representation of color #BDB13D: hue angle of 54.38º degrees, saturation: 0.51, 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 #BDB13D is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 61 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.26 |
| HSL | 54.38º | 0.51% | 0.49% | - |
| HSV(B) | 54.38º | 0.68% | 0.74% | - |
| XYZ | 37.55 | 42.6 | 10.66 | - |
| YUV | 167.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 61 | 0 | 0.06 | 0.68 | 0.26 | 54.38 | 0.51 | 0.49 |
| Hex | BD | B1 | 3D | 0 | 6 | 44 | 1A | 36 | 33 | 31 |
| Octal | 275 | 261 | 75 | 0 | 6 | 104 | 32 | 66 | 63 | 61 |
| Binary | 10111101 | 10110001 | 111101 | 0 | 110 | 1000100 | 11010 | 110110 | 110011 | 110001 |
Color Harmonies of #BDB13D
Complementary color
Monochromatic Colors of #BDB13D
Black with #BDB13D
Text Example
Text Example
White with #BDB13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB13D; }
p { color: rgb(189,177,61); }
H1.HeaderClassName
{
color: #BDB13D;
}
.AnyTagClassName
{
color: #BDB13D;
}
</style>
background-color css
<style>
a { background-color: #BDB13D; }
a { background-color: rgb(189,177,61); }
div.DivClassName
{
background-color: #BDB13D;
}
.BgClassName
{
background-color: #BDB13D;
}
</style>
border-color css
<style>
span { border-color: #BDB13D; }
span { border-color: rgb(189,177,61); }
td.TdClassName
{
border-color: #BDB13D;
}
.TagClassName
{
border-color: #BDB13D;
}
</style>