Shades of Laser #BDA565
Tints of Laser #BDA565
RGB
CMYK
RGB Variations
Color information
#BDA565 (or 0xBDA565) is known color: Laser. HEX triplet: BD, A5 and 65. RGB value is (189,165,101). Sum of RGB (Red+Green+Blue) = 189+165+101=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA565 is #425A9A. Grayscale: #A5A5A5. Windows color (decimal): -4348571 or 6661565. OLE color: 6661565.
HSL color Cylindrical-coordinate representation of color #BDA565: hue angle of 43.64º 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 #BDA565 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 101 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.26 |
| HSL | 43.64º | 0.4% | 0.57% | - |
| HSV(B) | 43.64º | 0.47% | 0.74% | - |
| XYZ | 36.79 | 38.67 | 17.84 | - |
| YUV | 164.88 | 91.95 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 101 | 0 | 0.13 | 0.47 | 0.26 | 43.64 | 0.4 | 0.57 |
| Hex | BD | A5 | 65 | 0 | D | 2F | 1A | 2C | 28 | 39 |
| Octal | 275 | 245 | 145 | 0 | 15 | 57 | 32 | 54 | 50 | 71 |
| Binary | 10111101 | 10100101 | 1100101 | 0 | 1101 | 101111 | 11010 | 101100 | 101000 | 111001 |
Color Harmonies of #BDA565
Complementary color
Monochromatic Colors of #BDA565
Black with #BDA565
Text Example
Text Example
White with #BDA565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA565; }
p { color: rgb(189,165,101); }
H1.HeaderClassName
{
color: #BDA565;
}
.AnyTagClassName
{
color: #BDA565;
}
</style>
background-color css
<style>
a { background-color: #BDA565; }
a { background-color: rgb(189,165,101); }
div.DivClassName
{
background-color: #BDA565;
}
.BgClassName
{
background-color: #BDA565;
}
</style>
border-color css
<style>
span { border-color: #BDA565; }
span { border-color: rgb(189,165,101); }
td.TdClassName
{
border-color: #BDA565;
}
.TagClassName
{
border-color: #BDA565;
}
</style>