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