Shades of Laser #BDA66B
Tints of Laser #BDA66B
RGB
CMYK
RGB Variations
Color information
#BDA66B (or 0xBDA66B) is known color: Laser. HEX triplet: BD, A6 and 6B. RGB value is (189,166,107). Sum of RGB (Red+Green+Blue) = 189+166+107=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA66B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA66B is #425994. Grayscale: #A6A6A6. Windows color (decimal): -4348309 or 7055037. OLE color: 7055037.
HSL color Cylindrical-coordinate representation of color #BDA66B: hue angle of 43.17º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDA66B is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 107 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.26 |
| HSL | 43.17º | 0.38% | 0.58% | - |
| HSV(B) | 43.17º | 0.43% | 0.74% | - |
| XYZ | 37.28 | 39.15 | 19.5 | - |
| YUV | 166.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 107 | 0 | 0.12 | 0.43 | 0.26 | 43.17 | 0.38 | 0.58 |
| Hex | BD | A6 | 6B | 0 | C | 2B | 1A | 2B | 26 | 3A |
| Octal | 275 | 246 | 153 | 0 | 14 | 53 | 32 | 53 | 46 | 72 |
| Binary | 10111101 | 10100110 | 1101011 | 0 | 1100 | 101011 | 11010 | 101011 | 100110 | 111010 |
Color Harmonies of #BDA66B
Complementary color
Monochromatic Colors of #BDA66B
Black with #BDA66B
Text Example
Text Example
White with #BDA66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA66B; }
p { color: rgb(189,166,107); }
H1.HeaderClassName
{
color: #BDA66B;
}
.AnyTagClassName
{
color: #BDA66B;
}
</style>
background-color css
<style>
a { background-color: #BDA66B; }
a { background-color: rgb(189,166,107); }
div.DivClassName
{
background-color: #BDA66B;
}
.BgClassName
{
background-color: #BDA66B;
}
</style>
border-color css
<style>
span { border-color: #BDA66B; }
span { border-color: rgb(189,166,107); }
td.TdClassName
{
border-color: #BDA66B;
}
.TagClassName
{
border-color: #BDA66B;
}
</style>