Shades of Laser #BDA765
Tints of Laser #BDA765
RGB
CMYK
RGB Variations
Color information
#BDA765 (or 0xBDA765) is known color: Laser. HEX triplet: BD, A7 and 65. RGB value is (189,167,101). Sum of RGB (Red+Green+Blue) = 189+167+101=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA765 is #42589A. Grayscale: #A6A6A6. Windows color (decimal): -4348059 or 6662077. OLE color: 6662077.
HSL color Cylindrical-coordinate representation of color #BDA765: hue angle of 45º 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 #BDA765 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 101 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.26 |
| HSL | 45º | 0.4% | 0.57% | - |
| HSV(B) | 45º | 0.47% | 0.74% | - |
| XYZ | 37.15 | 39.4 | 17.96 | - |
| YUV | 166.05 | 91.29 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 101 | 0 | 0.12 | 0.47 | 0.26 | 45 | 0.4 | 0.57 |
| Hex | BD | A7 | 65 | 0 | C | 2F | 1A | 2D | 28 | 39 |
| Octal | 275 | 247 | 145 | 0 | 14 | 57 | 32 | 55 | 50 | 71 |
| Binary | 10111101 | 10100111 | 1100101 | 0 | 1100 | 101111 | 11010 | 101101 | 101000 | 111001 |
Color Harmonies of #BDA765
Complementary color
Monochromatic Colors of #BDA765
Black with #BDA765
Text Example
Text Example
White with #BDA765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA765; }
p { color: rgb(189,167,101); }
H1.HeaderClassName
{
color: #BDA765;
}
.AnyTagClassName
{
color: #BDA765;
}
</style>
background-color css
<style>
a { background-color: #BDA765; }
a { background-color: rgb(189,167,101); }
div.DivClassName
{
background-color: #BDA765;
}
.BgClassName
{
background-color: #BDA765;
}
</style>
border-color css
<style>
span { border-color: #BDA765; }
span { border-color: rgb(189,167,101); }
td.TdClassName
{
border-color: #BDA765;
}
.TagClassName
{
border-color: #BDA765;
}
</style>