Shades of Laser #BDA66D
Tints of Laser #BDA66D
RGB
CMYK
RGB Variations
Color information
#BDA66D (or 0xBDA66D) is known color: Laser. HEX triplet: BD, A6 and 6D. RGB value is (189,166,109). Sum of RGB (Red+Green+Blue) = 189+166+109=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA66D is #425992. Grayscale: #A6A6A6. Windows color (decimal): -4348307 or 7186109. OLE color: 7186109.
HSL color Cylindrical-coordinate representation of color #BDA66D: hue angle of 42.75º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDA66D is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 109 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.26 |
| HSL | 42.75º | 0.38% | 0.58% | - |
| HSV(B) | 42.75º | 0.42% | 0.74% | - |
| XYZ | 37.38 | 39.2 | 20.06 | - |
| YUV | 166.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 109 | 0 | 0.12 | 0.42 | 0.26 | 42.75 | 0.38 | 0.58 |
| Hex | BD | A6 | 6D | 0 | C | 2A | 1A | 2B | 26 | 3A |
| Octal | 275 | 246 | 155 | 0 | 14 | 52 | 32 | 53 | 46 | 72 |
| Binary | 10111101 | 10100110 | 1101101 | 0 | 1100 | 101010 | 11010 | 101011 | 100110 | 111010 |
Color Harmonies of #BDA66D
Complementary color
Monochromatic Colors of #BDA66D
Black with #BDA66D
Text Example
Text Example
White with #BDA66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA66D; }
p { color: rgb(189,166,109); }
H1.HeaderClassName
{
color: #BDA66D;
}
.AnyTagClassName
{
color: #BDA66D;
}
</style>
background-color css
<style>
a { background-color: #BDA66D; }
a { background-color: rgb(189,166,109); }
div.DivClassName
{
background-color: #BDA66D;
}
.BgClassName
{
background-color: #BDA66D;
}
</style>
border-color css
<style>
span { border-color: #BDA66D; }
span { border-color: rgb(189,166,109); }
td.TdClassName
{
border-color: #BDA66D;
}
.TagClassName
{
border-color: #BDA66D;
}
</style>