Shades of Laser #BDA56A
Tints of Laser #BDA56A
RGB
CMYK
RGB Variations
Color information
#BDA56A (or 0xBDA56A) is known color: Laser. HEX triplet: BD, A5 and 6A. RGB value is (189,165,106). Sum of RGB (Red+Green+Blue) = 189+165+106=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA56A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA56A is #425A95. Grayscale: #A5A5A5. Windows color (decimal): -4348566 or 6989245. OLE color: 6989245.
HSL color Cylindrical-coordinate representation of color #BDA56A: hue angle of 42.65º 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 #BDA56A is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 106 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.26 |
| HSL | 42.65º | 0.39% | 0.58% | - |
| HSV(B) | 42.65º | 0.44% | 0.74% | - |
| XYZ | 37.04 | 38.77 | 19.17 | - |
| YUV | 165.45 | 94.45 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 106 | 0 | 0.13 | 0.44 | 0.26 | 42.65 | 0.39 | 0.58 |
| Hex | BD | A5 | 6A | 0 | D | 2C | 1A | 2B | 27 | 3A |
| Octal | 275 | 245 | 152 | 0 | 15 | 54 | 32 | 53 | 47 | 72 |
| Binary | 10111101 | 10100101 | 1101010 | 0 | 1101 | 101100 | 11010 | 101011 | 100111 | 111010 |
Color Harmonies of #BDA56A
Complementary color
Monochromatic Colors of #BDA56A
Black with #BDA56A
Text Example
Text Example
White with #BDA56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA56A; }
p { color: rgb(189,165,106); }
H1.HeaderClassName
{
color: #BDA56A;
}
.AnyTagClassName
{
color: #BDA56A;
}
</style>
background-color css
<style>
a { background-color: #BDA56A; }
a { background-color: rgb(189,165,106); }
div.DivClassName
{
background-color: #BDA56A;
}
.BgClassName
{
background-color: #BDA56A;
}
</style>
border-color css
<style>
span { border-color: #BDA56A; }
span { border-color: rgb(189,165,106); }
td.TdClassName
{
border-color: #BDA56A;
}
.TagClassName
{
border-color: #BDA56A;
}
</style>