Shades of Brass #BDB23D
Tints of Brass #BDB23D
RGB
CMYK
RGB Variations
Color information
#BDB23D (or 0xBDB23D) is known color: Brass. HEX triplet: BD, B2 and 3D. RGB value is (189,178,61). Sum of RGB (Red+Green+Blue) = 189+178+61=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB23D is #424DC2. Grayscale: #A8A8A8. Windows color (decimal): -4345283 or 4043453. OLE color: 4043453.
HSL color Cylindrical-coordinate representation of color #BDB23D: hue angle of 54.84º 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 #BDB23D is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 61 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.26 |
| HSL | 54.84º | 0.51% | 0.49% | - |
| HSV(B) | 54.84º | 0.68% | 0.74% | - |
| XYZ | 37.75 | 43 | 10.72 | - |
| YUV | 167.95 | 67.64 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 61 | 0 | 0.06 | 0.68 | 0.26 | 54.84 | 0.51 | 0.49 |
| Hex | BD | B2 | 3D | 0 | 6 | 44 | 1A | 37 | 33 | 31 |
| Octal | 275 | 262 | 75 | 0 | 6 | 104 | 32 | 67 | 63 | 61 |
| Binary | 10111101 | 10110010 | 111101 | 0 | 110 | 1000100 | 11010 | 110111 | 110011 | 110001 |
Color Harmonies of #BDB23D
Complementary color
Monochromatic Colors of #BDB23D
Black with #BDB23D
Text Example
Text Example
White with #BDB23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB23D; }
p { color: rgb(189,178,61); }
H1.HeaderClassName
{
color: #BDB23D;
}
.AnyTagClassName
{
color: #BDB23D;
}
</style>
background-color css
<style>
a { background-color: #BDB23D; }
a { background-color: rgb(189,178,61); }
div.DivClassName
{
background-color: #BDB23D;
}
.BgClassName
{
background-color: #BDB23D;
}
</style>
border-color css
<style>
span { border-color: #BDB23D; }
span { border-color: rgb(189,178,61); }
td.TdClassName
{
border-color: #BDB23D;
}
.TagClassName
{
border-color: #BDB23D;
}
</style>