Shades of Brass #BDB23F
Tints of Brass #BDB23F
RGB
CMYK
RGB Variations
Color information
#BDB23F (or 0xBDB23F) is known color: Brass. HEX triplet: BD, B2 and 3F. RGB value is (189,178,63). Sum of RGB (Red+Green+Blue) = 189+178+63=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB23F is #424DC0. Grayscale: #A8A8A8. Windows color (decimal): -4345281 or 4174525. OLE color: 4174525.
HSL color Cylindrical-coordinate representation of color #BDB23F: hue angle of 54.76º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDB23F is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 63 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.26 |
| HSL | 54.76º | 0.5% | 0.49% | - |
| HSV(B) | 54.76º | 0.67% | 0.74% | - |
| XYZ | 37.8 | 43.02 | 11.01 | - |
| YUV | 168.18 | 68.64 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 63 | 0 | 0.06 | 0.67 | 0.26 | 54.76 | 0.5 | 0.49 |
| Hex | BD | B2 | 3F | 0 | 6 | 43 | 1A | 37 | 32 | 31 |
| Octal | 275 | 262 | 77 | 0 | 6 | 103 | 32 | 67 | 62 | 61 |
| Binary | 10111101 | 10110010 | 111111 | 0 | 110 | 1000011 | 11010 | 110111 | 110010 | 110001 |
Color Harmonies of #BDB23F
Complementary color
Monochromatic Colors of #BDB23F
Black with #BDB23F
Text Example
Text Example
White with #BDB23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB23F; }
p { color: rgb(189,178,63); }
H1.HeaderClassName
{
color: #BDB23F;
}
.AnyTagClassName
{
color: #BDB23F;
}
</style>
background-color css
<style>
a { background-color: #BDB23F; }
a { background-color: rgb(189,178,63); }
div.DivClassName
{
background-color: #BDB23F;
}
.BgClassName
{
background-color: #BDB23F;
}
</style>
border-color css
<style>
span { border-color: #BDB23F; }
span { border-color: rgb(189,178,63); }
td.TdClassName
{
border-color: #BDB23F;
}
.TagClassName
{
border-color: #BDB23F;
}
</style>