Shades of Laser #BDA05D
Tints of Laser #BDA05D
RGB
CMYK
RGB Variations
Color information
#BDA05D (or 0xBDA05D) is known color: Laser. HEX triplet: BD, A0 and 5D. RGB value is (189,160,93). Sum of RGB (Red+Green+Blue) = 189+160+93=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA05D is #425FA2. Grayscale: #A1A1A1. Windows color (decimal): -4349859 or 6135997. OLE color: 6135997.
HSL color Cylindrical-coordinate representation of color #BDA05D: hue angle of 41.88º 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 #BDA05D is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 93 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.26 |
| HSL | 41.88º | 0.42% | 0.55% | - |
| HSV(B) | 41.88º | 0.51% | 0.74% | - |
| XYZ | 35.53 | 36.75 | 15.58 | - |
| YUV | 161.03 | 89.61 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 93 | 0 | 0.15 | 0.51 | 0.26 | 41.88 | 0.42 | 0.55 |
| Hex | BD | A0 | 5D | 0 | F | 33 | 1A | 2A | 2A | 37 |
| Octal | 275 | 240 | 135 | 0 | 17 | 63 | 32 | 52 | 52 | 67 |
| Binary | 10111101 | 10100000 | 1011101 | 0 | 1111 | 110011 | 11010 | 101010 | 101010 | 110111 |
Color Harmonies of #BDA05D
Complementary color
Monochromatic Colors of #BDA05D
Black with #BDA05D
Text Example
Text Example
White with #BDA05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA05D; }
p { color: rgb(189,160,93); }
H1.HeaderClassName
{
color: #BDA05D;
}
.AnyTagClassName
{
color: #BDA05D;
}
</style>
background-color css
<style>
a { background-color: #BDA05D; }
a { background-color: rgb(189,160,93); }
div.DivClassName
{
background-color: #BDA05D;
}
.BgClassName
{
background-color: #BDA05D;
}
</style>
border-color css
<style>
span { border-color: #BDA05D; }
span { border-color: rgb(189,160,93); }
td.TdClassName
{
border-color: #BDA05D;
}
.TagClassName
{
border-color: #BDA05D;
}
</style>