Shades of Laser #BDA061
Tints of Laser #BDA061
RGB
CMYK
RGB Variations
Color information
#BDA061 (or 0xBDA061) is known color: Laser. HEX triplet: BD, A0 and 61. RGB value is (189,160,97). Sum of RGB (Red+Green+Blue) = 189+160+97=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA061 is #425F9E. Grayscale: #A1A1A1. Windows color (decimal): -4349855 or 6398141. OLE color: 6398141.
HSL color Cylindrical-coordinate representation of color #BDA061: hue angle of 41.09º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDA061 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 97 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.26 |
| HSL | 41.09º | 0.41% | 0.56% | - |
| HSV(B) | 41.09º | 0.49% | 0.74% | - |
| XYZ | 35.71 | 36.82 | 16.53 | - |
| YUV | 161.49 | 91.61 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 97 | 0 | 0.15 | 0.49 | 0.26 | 41.09 | 0.41 | 0.56 |
| Hex | BD | A0 | 61 | 0 | F | 31 | 1A | 29 | 29 | 38 |
| Octal | 275 | 240 | 141 | 0 | 17 | 61 | 32 | 51 | 51 | 70 |
| Binary | 10111101 | 10100000 | 1100001 | 0 | 1111 | 110001 | 11010 | 101001 | 101001 | 111000 |
Color Harmonies of #BDA061
Complementary color
Monochromatic Colors of #BDA061
Black with #BDA061
Text Example
Text Example
White with #BDA061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA061; }
p { color: rgb(189,160,97); }
H1.HeaderClassName
{
color: #BDA061;
}
.AnyTagClassName
{
color: #BDA061;
}
</style>
background-color css
<style>
a { background-color: #BDA061; }
a { background-color: rgb(189,160,97); }
div.DivClassName
{
background-color: #BDA061;
}
.BgClassName
{
background-color: #BDA061;
}
</style>
border-color css
<style>
span { border-color: #BDA061; }
span { border-color: rgb(189,160,97); }
td.TdClassName
{
border-color: #BDA061;
}
.TagClassName
{
border-color: #BDA061;
}
</style>