Shades of Laser #BDA55B
Tints of Laser #BDA55B
RGB
CMYK
RGB Variations
Color information
#BDA55B (or 0xBDA55B) is known color: Laser. HEX triplet: BD, A5 and 5B. RGB value is (189,165,91). Sum of RGB (Red+Green+Blue) = 189+165+91=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA55B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA55B is #425AA4. Grayscale: #A4A4A4. Windows color (decimal): -4348581 or 6006205. OLE color: 6006205.
HSL color Cylindrical-coordinate representation of color #BDA55B: hue angle of 45.31º 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 #BDA55B is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 91 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.26 |
| HSL | 45.31º | 0.43% | 0.55% | - |
| HSV(B) | 45.31º | 0.52% | 0.74% | - |
| XYZ | 36.33 | 38.48 | 15.41 | - |
| YUV | 163.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 91 | 0 | 0.13 | 0.52 | 0.26 | 45.31 | 0.43 | 0.55 |
| Hex | BD | A5 | 5B | 0 | D | 34 | 1A | 2D | 2B | 37 |
| Octal | 275 | 245 | 133 | 0 | 15 | 64 | 32 | 55 | 53 | 67 |
| Binary | 10111101 | 10100101 | 1011011 | 0 | 1101 | 110100 | 11010 | 101101 | 101011 | 110111 |
Color Harmonies of #BDA55B
Complementary color
Monochromatic Colors of #BDA55B
Black with #BDA55B
Text Example
Text Example
White with #BDA55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA55B; }
p { color: rgb(189,165,91); }
H1.HeaderClassName
{
color: #BDA55B;
}
.AnyTagClassName
{
color: #BDA55B;
}
</style>
background-color css
<style>
a { background-color: #BDA55B; }
a { background-color: rgb(189,165,91); }
div.DivClassName
{
background-color: #BDA55B;
}
.BgClassName
{
background-color: #BDA55B;
}
</style>
border-color css
<style>
span { border-color: #BDA55B; }
span { border-color: rgb(189,165,91); }
td.TdClassName
{
border-color: #BDA55B;
}
.TagClassName
{
border-color: #BDA55B;
}
</style>