Shades of Laser #BDA46A
Tints of Laser #BDA46A
RGB
CMYK
RGB Variations
Color information
#BDA46A (or 0xBDA46A) is known color: Laser. HEX triplet: BD, A4 and 6A. RGB value is (189,164,106). Sum of RGB (Red+Green+Blue) = 189+164+106=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA46A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA46A is #425B95. Grayscale: #A5A5A5. Windows color (decimal): -4348822 or 6988989. OLE color: 6988989.
HSL color Cylindrical-coordinate representation of color #BDA46A: hue angle of 41.93º 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 #BDA46A is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 106 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.26 |
| HSL | 41.93º | 0.39% | 0.58% | - |
| HSV(B) | 41.93º | 0.44% | 0.74% | - |
| XYZ | 36.86 | 38.41 | 19.11 | - |
| YUV | 164.86 | 94.78 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 106 | 0 | 0.13 | 0.44 | 0.26 | 41.93 | 0.39 | 0.58 |
| Hex | BD | A4 | 6A | 0 | D | 2C | 1A | 2A | 27 | 3A |
| Octal | 275 | 244 | 152 | 0 | 15 | 54 | 32 | 52 | 47 | 72 |
| Binary | 10111101 | 10100100 | 1101010 | 0 | 1101 | 101100 | 11010 | 101010 | 100111 | 111010 |
Color Harmonies of #BDA46A
Complementary color
Monochromatic Colors of #BDA46A
Black with #BDA46A
Text Example
Text Example
White with #BDA46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA46A; }
p { color: rgb(189,164,106); }
H1.HeaderClassName
{
color: #BDA46A;
}
.AnyTagClassName
{
color: #BDA46A;
}
</style>
background-color css
<style>
a { background-color: #BDA46A; }
a { background-color: rgb(189,164,106); }
div.DivClassName
{
background-color: #BDA46A;
}
.BgClassName
{
background-color: #BDA46A;
}
</style>
border-color css
<style>
span { border-color: #BDA46A; }
span { border-color: rgb(189,164,106); }
td.TdClassName
{
border-color: #BDA46A;
}
.TagClassName
{
border-color: #BDA46A;
}
</style>