Shades of Laser #BDA15B
Tints of Laser #BDA15B
RGB
CMYK
RGB Variations
Color information
#BDA15B (or 0xBDA15B) is known color: Laser. HEX triplet: BD, A1 and 5B. RGB value is (189,161,91). Sum of RGB (Red+Green+Blue) = 189+161+91=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA15B is #425EA4. Grayscale: #A1A1A1. Windows color (decimal): -4349605 or 6005181. OLE color: 6005181.
HSL color Cylindrical-coordinate representation of color #BDA15B: hue angle of 42.86º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDA15B is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 91 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.26 |
| HSL | 42.86º | 0.43% | 0.55% | - |
| HSV(B) | 42.86º | 0.52% | 0.74% | - |
| XYZ | 35.62 | 37.06 | 15.17 | - |
| YUV | 161.39 | 88.28 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 91 | 0 | 0.15 | 0.52 | 0.26 | 42.86 | 0.43 | 0.55 |
| Hex | BD | A1 | 5B | 0 | F | 34 | 1A | 2B | 2B | 37 |
| Octal | 275 | 241 | 133 | 0 | 17 | 64 | 32 | 53 | 53 | 67 |
| Binary | 10111101 | 10100001 | 1011011 | 0 | 1111 | 110100 | 11010 | 101011 | 101011 | 110111 |
Color Harmonies of #BDA15B
Complementary color
Monochromatic Colors of #BDA15B
Black with #BDA15B
Text Example
Text Example
White with #BDA15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA15B; }
p { color: rgb(189,161,91); }
H1.HeaderClassName
{
color: #BDA15B;
}
.AnyTagClassName
{
color: #BDA15B;
}
</style>
background-color css
<style>
a { background-color: #BDA15B; }
a { background-color: rgb(189,161,91); }
div.DivClassName
{
background-color: #BDA15B;
}
.BgClassName
{
background-color: #BDA15B;
}
</style>
border-color css
<style>
span { border-color: #BDA15B; }
span { border-color: rgb(189,161,91); }
td.TdClassName
{
border-color: #BDA15B;
}
.TagClassName
{
border-color: #BDA15B;
}
</style>