Shades of Laser #BDA76A
Tints of Laser #BDA76A
RGB
CMYK
RGB Variations
Color information
#BDA76A (or 0xBDA76A) is known color: Laser. HEX triplet: BD, A7 and 6A. RGB value is (189,167,106). Sum of RGB (Red+Green+Blue) = 189+167+106=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA76A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA76A is #425895. Grayscale: #A6A6A6. Windows color (decimal): -4348054 or 6989757. OLE color: 6989757.
HSL color Cylindrical-coordinate representation of color #BDA76A: hue angle of 44.1º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDA76A is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 106 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.26 |
| HSL | 44.1º | 0.39% | 0.58% | - |
| HSV(B) | 44.1º | 0.44% | 0.74% | - |
| XYZ | 37.41 | 39.5 | 19.29 | - |
| YUV | 166.62 | 93.79 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 106 | 0 | 0.12 | 0.44 | 0.26 | 44.1 | 0.39 | 0.58 |
| Hex | BD | A7 | 6A | 0 | C | 2C | 1A | 2C | 27 | 3A |
| Octal | 275 | 247 | 152 | 0 | 14 | 54 | 32 | 54 | 47 | 72 |
| Binary | 10111101 | 10100111 | 1101010 | 0 | 1100 | 101100 | 11010 | 101100 | 100111 | 111010 |
Color Harmonies of #BDA76A
Complementary color
Monochromatic Colors of #BDA76A
Black with #BDA76A
Text Example
Text Example
White with #BDA76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA76A; }
p { color: rgb(189,167,106); }
H1.HeaderClassName
{
color: #BDA76A;
}
.AnyTagClassName
{
color: #BDA76A;
}
</style>
background-color css
<style>
a { background-color: #BDA76A; }
a { background-color: rgb(189,167,106); }
div.DivClassName
{
background-color: #BDA76A;
}
.BgClassName
{
background-color: #BDA76A;
}
</style>
border-color css
<style>
span { border-color: #BDA76A; }
span { border-color: rgb(189,167,106); }
td.TdClassName
{
border-color: #BDA76A;
}
.TagClassName
{
border-color: #BDA76A;
}
</style>