Shades of Laser #BDA55E
Tints of Laser #BDA55E
RGB
CMYK
RGB Variations
Color information
#BDA55E (or 0xBDA55E) is known color: Laser. HEX triplet: BD, A5 and 5E. RGB value is (189,165,94). Sum of RGB (Red+Green+Blue) = 189+165+94=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA55E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA55E is #425AA1. Grayscale: #A4A4A4. Windows color (decimal): -4348578 or 6202813. OLE color: 6202813.
HSL color Cylindrical-coordinate representation of color #BDA55E: hue angle of 44.84º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDA55E is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 94 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.26 |
| HSL | 44.84º | 0.42% | 0.55% | - |
| HSV(B) | 44.84º | 0.5% | 0.74% | - |
| XYZ | 36.46 | 38.54 | 16.11 | - |
| YUV | 164.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 94 | 0 | 0.13 | 0.50 | 0.26 | 44.84 | 0.42 | 0.55 |
| Hex | BD | A5 | 5E | 0 | D | 32 | 1A | 2D | 2A | 37 |
| Octal | 275 | 245 | 136 | 0 | 15 | 62 | 32 | 55 | 52 | 67 |
| Binary | 10111101 | 10100101 | 1011110 | 0 | 1101 | 110010 | 11010 | 101101 | 101010 | 110111 |
Color Harmonies of #BDA55E
Complementary color
Monochromatic Colors of #BDA55E
Black with #BDA55E
Text Example
Text Example
White with #BDA55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA55E; }
p { color: rgb(189,165,94); }
H1.HeaderClassName
{
color: #BDA55E;
}
.AnyTagClassName
{
color: #BDA55E;
}
</style>
background-color css
<style>
a { background-color: #BDA55E; }
a { background-color: rgb(189,165,94); }
div.DivClassName
{
background-color: #BDA55E;
}
.BgClassName
{
background-color: #BDA55E;
}
</style>
border-color css
<style>
span { border-color: #BDA55E; }
span { border-color: rgb(189,165,94); }
td.TdClassName
{
border-color: #BDA55E;
}
.TagClassName
{
border-color: #BDA55E;
}
</style>