Shades of Laser #BDA165
Tints of Laser #BDA165
RGB
CMYK
RGB Variations
Color information
#BDA165 (or 0xBDA165) is known color: Laser. HEX triplet: BD, A1 and 65. RGB value is (189,161,101). Sum of RGB (Red+Green+Blue) = 189+161+101=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA165 is #425E9A. Grayscale: #A2A2A2. Windows color (decimal): -4349595 or 6660541. OLE color: 6660541.
HSL color Cylindrical-coordinate representation of color #BDA165: hue angle of 40.91º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDA165 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 101 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.26 |
| HSL | 40.91º | 0.4% | 0.57% | - |
| HSV(B) | 40.91º | 0.47% | 0.74% | - |
| XYZ | 36.08 | 37.25 | 17.6 | - |
| YUV | 162.53 | 93.28 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 101 | 0 | 0.15 | 0.47 | 0.26 | 40.91 | 0.4 | 0.57 |
| Hex | BD | A1 | 65 | 0 | F | 2F | 1A | 29 | 28 | 39 |
| Octal | 275 | 241 | 145 | 0 | 17 | 57 | 32 | 51 | 50 | 71 |
| Binary | 10111101 | 10100001 | 1100101 | 0 | 1111 | 101111 | 11010 | 101001 | 101000 | 111001 |
Color Harmonies of #BDA165
Complementary color
Monochromatic Colors of #BDA165
Black with #BDA165
Text Example
Text Example
White with #BDA165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA165; }
p { color: rgb(189,161,101); }
H1.HeaderClassName
{
color: #BDA165;
}
.AnyTagClassName
{
color: #BDA165;
}
</style>
background-color css
<style>
a { background-color: #BDA165; }
a { background-color: rgb(189,161,101); }
div.DivClassName
{
background-color: #BDA165;
}
.BgClassName
{
background-color: #BDA165;
}
</style>
border-color css
<style>
span { border-color: #BDA165; }
span { border-color: rgb(189,161,101); }
td.TdClassName
{
border-color: #BDA165;
}
.TagClassName
{
border-color: #BDA165;
}
</style>