Shades of Laser #BDA55D
Tints of Laser #BDA55D
RGB
CMYK
RGB Variations
Color information
#BDA55D (or 0xBDA55D) is known color: Laser. HEX triplet: BD, A5 and 5D. RGB value is (189,165,93). Sum of RGB (Red+Green+Blue) = 189+165+93=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA55D is #425AA2. Grayscale: #A4A4A4. Windows color (decimal): -4348579 or 6137277. OLE color: 6137277.
HSL color Cylindrical-coordinate representation of color #BDA55D: hue angle of 45º 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 #BDA55D is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 93 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.26 |
| HSL | 45º | 0.42% | 0.55% | - |
| HSV(B) | 45º | 0.51% | 0.74% | - |
| XYZ | 36.42 | 38.52 | 15.87 | - |
| YUV | 163.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 93 | 0 | 0.13 | 0.51 | 0.26 | 45 | 0.42 | 0.55 |
| Hex | BD | A5 | 5D | 0 | D | 33 | 1A | 2D | 2A | 37 |
| Octal | 275 | 245 | 135 | 0 | 15 | 63 | 32 | 55 | 52 | 67 |
| Binary | 10111101 | 10100101 | 1011101 | 0 | 1101 | 110011 | 11010 | 101101 | 101010 | 110111 |
Color Harmonies of #BDA55D
Complementary color
Monochromatic Colors of #BDA55D
Black with #BDA55D
Text Example
Text Example
White with #BDA55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA55D; }
p { color: rgb(189,165,93); }
H1.HeaderClassName
{
color: #BDA55D;
}
.AnyTagClassName
{
color: #BDA55D;
}
</style>
background-color css
<style>
a { background-color: #BDA55D; }
a { background-color: rgb(189,165,93); }
div.DivClassName
{
background-color: #BDA55D;
}
.BgClassName
{
background-color: #BDA55D;
}
</style>
border-color css
<style>
span { border-color: #BDA55D; }
span { border-color: rgb(189,165,93); }
td.TdClassName
{
border-color: #BDA55D;
}
.TagClassName
{
border-color: #BDA55D;
}
</style>