Shades of Laser #BDA56C
Tints of Laser #BDA56C
RGB
CMYK
RGB Variations
Color information
#BDA56C (or 0xBDA56C) is known color: Laser. HEX triplet: BD, A5 and 6C. RGB value is (189,165,108). Sum of RGB (Red+Green+Blue) = 189+165+108=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA56C is #425A93. Grayscale: #A5A5A5. Windows color (decimal): -4348564 or 7120317. OLE color: 7120317.
HSL color Cylindrical-coordinate representation of color #BDA56C: hue angle of 42.22º 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 #BDA56C is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 108 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.26 |
| HSL | 42.22º | 0.38% | 0.58% | - |
| HSV(B) | 42.22º | 0.43% | 0.74% | - |
| XYZ | 37.15 | 38.81 | 19.72 | - |
| YUV | 165.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 108 | 0 | 0.13 | 0.43 | 0.26 | 42.22 | 0.38 | 0.58 |
| Hex | BD | A5 | 6C | 0 | D | 2B | 1A | 2A | 26 | 3A |
| Octal | 275 | 245 | 154 | 0 | 15 | 53 | 32 | 52 | 46 | 72 |
| Binary | 10111101 | 10100101 | 1101100 | 0 | 1101 | 101011 | 11010 | 101010 | 100110 | 111010 |
Color Harmonies of #BDA56C
Complementary color
Monochromatic Colors of #BDA56C
Black with #BDA56C
Text Example
Text Example
White with #BDA56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA56C; }
p { color: rgb(189,165,108); }
H1.HeaderClassName
{
color: #BDA56C;
}
.AnyTagClassName
{
color: #BDA56C;
}
</style>
background-color css
<style>
a { background-color: #BDA56C; }
a { background-color: rgb(189,165,108); }
div.DivClassName
{
background-color: #BDA56C;
}
.BgClassName
{
background-color: #BDA56C;
}
</style>
border-color css
<style>
span { border-color: #BDA56C; }
span { border-color: rgb(189,165,108); }
td.TdClassName
{
border-color: #BDA56C;
}
.TagClassName
{
border-color: #BDA56C;
}
</style>