Shades of Laser #BDA65E
Tints of Laser #BDA65E
RGB
CMYK
RGB Variations
Color information
#BDA65E (or 0xBDA65E) is known color: Laser. HEX triplet: BD, A6 and 5E. RGB value is (189,166,94). Sum of RGB (Red+Green+Blue) = 189+166+94=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA65E is #4259A1. Grayscale: #A4A4A4. Windows color (decimal): -4348322 or 6203069. OLE color: 6203069.
HSL color Cylindrical-coordinate representation of color #BDA65E: hue angle of 45.47º 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 #BDA65E is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 94 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.26 |
| HSL | 45.47º | 0.42% | 0.55% | - |
| HSV(B) | 45.47º | 0.5% | 0.74% | - |
| XYZ | 36.64 | 38.9 | 16.17 | - |
| YUV | 164.67 | 88.12 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 94 | 0 | 0.12 | 0.50 | 0.26 | 45.47 | 0.42 | 0.55 |
| Hex | BD | A6 | 5E | 0 | C | 32 | 1A | 2D | 2A | 37 |
| Octal | 275 | 246 | 136 | 0 | 14 | 62 | 32 | 55 | 52 | 67 |
| Binary | 10111101 | 10100110 | 1011110 | 0 | 1100 | 110010 | 11010 | 101101 | 101010 | 110111 |
Color Harmonies of #BDA65E
Complementary color
Monochromatic Colors of #BDA65E
Black with #BDA65E
Text Example
Text Example
White with #BDA65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA65E; }
p { color: rgb(189,166,94); }
H1.HeaderClassName
{
color: #BDA65E;
}
.AnyTagClassName
{
color: #BDA65E;
}
</style>
background-color css
<style>
a { background-color: #BDA65E; }
a { background-color: rgb(189,166,94); }
div.DivClassName
{
background-color: #BDA65E;
}
.BgClassName
{
background-color: #BDA65E;
}
</style>
border-color css
<style>
span { border-color: #BDA65E; }
span { border-color: rgb(189,166,94); }
td.TdClassName
{
border-color: #BDA65E;
}
.TagClassName
{
border-color: #BDA65E;
}
</style>