Shades of Laser #BDA45D
Tints of Laser #BDA45D
RGB
CMYK
RGB Variations
Color information
#BDA45D (or 0xBDA45D) is known color: Laser. HEX triplet: BD, A4 and 5D. RGB value is (189,164,93). Sum of RGB (Red+Green+Blue) = 189+164+93=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA45D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA45D is #425BA2. Grayscale: #A3A3A3. Windows color (decimal): -4348835 or 6137021. OLE color: 6137021.
HSL color Cylindrical-coordinate representation of color #BDA45D: hue angle of 44.38º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDA45D is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 93 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.26 |
| HSL | 44.38º | 0.42% | 0.55% | - |
| HSV(B) | 44.38º | 0.51% | 0.74% | - |
| XYZ | 36.24 | 38.16 | 15.81 | - |
| YUV | 163.38 | 88.28 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 93 | 0 | 0.13 | 0.51 | 0.26 | 44.38 | 0.42 | 0.55 |
| Hex | BD | A4 | 5D | 0 | D | 33 | 1A | 2C | 2A | 37 |
| Octal | 275 | 244 | 135 | 0 | 15 | 63 | 32 | 54 | 52 | 67 |
| Binary | 10111101 | 10100100 | 1011101 | 0 | 1101 | 110011 | 11010 | 101100 | 101010 | 110111 |
Color Harmonies of #BDA45D
Complementary color
Monochromatic Colors of #BDA45D
Black with #BDA45D
Text Example
Text Example
White with #BDA45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA45D; }
p { color: rgb(189,164,93); }
H1.HeaderClassName
{
color: #BDA45D;
}
.AnyTagClassName
{
color: #BDA45D;
}
</style>
background-color css
<style>
a { background-color: #BDA45D; }
a { background-color: rgb(189,164,93); }
div.DivClassName
{
background-color: #BDA45D;
}
.BgClassName
{
background-color: #BDA45D;
}
</style>
border-color css
<style>
span { border-color: #BDA45D; }
span { border-color: rgb(189,164,93); }
td.TdClassName
{
border-color: #BDA45D;
}
.TagClassName
{
border-color: #BDA45D;
}
</style>