Shades of Brass #BDB23B
Tints of Brass #BDB23B
RGB
CMYK
RGB Variations
Color information
#BDB23B (or 0xBDB23B) is known color: Brass. HEX triplet: BD, B2 and 3B. RGB value is (189,178,59). Sum of RGB (Red+Green+Blue) = 189+178+59=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB23B is #424DC4. Grayscale: #A8A8A8. Windows color (decimal): -4345285 or 3912381. OLE color: 3912381.
HSL color Cylindrical-coordinate representation of color #BDB23B: hue angle of 54.92º 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 #BDB23B is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 59 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.26 |
| HSL | 54.92º | 0.52% | 0.49% | - |
| HSV(B) | 54.92º | 0.69% | 0.74% | - |
| XYZ | 37.7 | 42.98 | 10.45 | - |
| YUV | 167.72 | 66.64 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 59 | 0 | 0.06 | 0.69 | 0.26 | 54.92 | 0.52 | 0.49 |
| Hex | BD | B2 | 3B | 0 | 6 | 45 | 1A | 37 | 34 | 31 |
| Octal | 275 | 262 | 73 | 0 | 6 | 105 | 32 | 67 | 64 | 61 |
| Binary | 10111101 | 10110010 | 111011 | 0 | 110 | 1000101 | 11010 | 110111 | 110100 | 110001 |
Color Harmonies of #BDB23B
Complementary color
Monochromatic Colors of #BDB23B
Black with #BDB23B
Text Example
Text Example
White with #BDB23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB23B; }
p { color: rgb(189,178,59); }
H1.HeaderClassName
{
color: #BDB23B;
}
.AnyTagClassName
{
color: #BDB23B;
}
</style>
background-color css
<style>
a { background-color: #BDB23B; }
a { background-color: rgb(189,178,59); }
div.DivClassName
{
background-color: #BDB23B;
}
.BgClassName
{
background-color: #BDB23B;
}
</style>
border-color css
<style>
span { border-color: #BDB23B; }
span { border-color: rgb(189,178,59); }
td.TdClassName
{
border-color: #BDB23B;
}
.TagClassName
{
border-color: #BDB23B;
}
</style>