Shades of Laser #BDA76B
Tints of Laser #BDA76B
RGB
CMYK
RGB Variations
Color information
#BDA76B (or 0xBDA76B) is known color: Laser. HEX triplet: BD, A7 and 6B. RGB value is (189,167,107). Sum of RGB (Red+Green+Blue) = 189+167+107=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA76B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA76B is #425894. Grayscale: #A7A7A7. Windows color (decimal): -4348053 or 7055293. OLE color: 7055293.
HSL color Cylindrical-coordinate representation of color #BDA76B: hue angle of 43.9º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDA76B is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 107 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.26 |
| HSL | 43.9º | 0.38% | 0.58% | - |
| HSV(B) | 43.9º | 0.43% | 0.74% | - |
| XYZ | 37.46 | 39.52 | 19.56 | - |
| YUV | 166.74 | 94.29 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 107 | 0 | 0.12 | 0.43 | 0.26 | 43.9 | 0.38 | 0.58 |
| Hex | BD | A7 | 6B | 0 | C | 2B | 1A | 2C | 26 | 3A |
| Octal | 275 | 247 | 153 | 0 | 14 | 53 | 32 | 54 | 46 | 72 |
| Binary | 10111101 | 10100111 | 1101011 | 0 | 1100 | 101011 | 11010 | 101100 | 100110 | 111010 |
Color Harmonies of #BDA76B
Complementary color
Monochromatic Colors of #BDA76B
Black with #BDA76B
Text Example
Text Example
White with #BDA76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA76B; }
p { color: rgb(189,167,107); }
H1.HeaderClassName
{
color: #BDA76B;
}
.AnyTagClassName
{
color: #BDA76B;
}
</style>
background-color css
<style>
a { background-color: #BDA76B; }
a { background-color: rgb(189,167,107); }
div.DivClassName
{
background-color: #BDA76B;
}
.BgClassName
{
background-color: #BDA76B;
}
</style>
border-color css
<style>
span { border-color: #BDA76B; }
span { border-color: rgb(189,167,107); }
td.TdClassName
{
border-color: #BDA76B;
}
.TagClassName
{
border-color: #BDA76B;
}
</style>