Shades of Laser #BDA55C
Tints of Laser #BDA55C
RGB
CMYK
RGB Variations
Color information
#BDA55C (or 0xBDA55C) is known color: Laser. HEX triplet: BD, A5 and 5C. RGB value is (189,165,92). Sum of RGB (Red+Green+Blue) = 189+165+92=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA55C is #425AA3. Grayscale: #A4A4A4. Windows color (decimal): -4348580 or 6071741. OLE color: 6071741.
HSL color Cylindrical-coordinate representation of color #BDA55C: hue angle of 45.15º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDA55C is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 92 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.26 |
| HSL | 45.15º | 0.42% | 0.55% | - |
| HSV(B) | 45.15º | 0.51% | 0.74% | - |
| XYZ | 36.37 | 38.5 | 15.64 | - |
| YUV | 163.85 | 87.45 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 92 | 0 | 0.13 | 0.51 | 0.26 | 45.15 | 0.42 | 0.55 |
| Hex | BD | A5 | 5C | 0 | D | 33 | 1A | 2D | 2A | 37 |
| Octal | 275 | 245 | 134 | 0 | 15 | 63 | 32 | 55 | 52 | 67 |
| Binary | 10111101 | 10100101 | 1011100 | 0 | 1101 | 110011 | 11010 | 101101 | 101010 | 110111 |
Color Harmonies of #BDA55C
Complementary color
Monochromatic Colors of #BDA55C
Black with #BDA55C
Text Example
Text Example
White with #BDA55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA55C; }
p { color: rgb(189,165,92); }
H1.HeaderClassName
{
color: #BDA55C;
}
.AnyTagClassName
{
color: #BDA55C;
}
</style>
background-color css
<style>
a { background-color: #BDA55C; }
a { background-color: rgb(189,165,92); }
div.DivClassName
{
background-color: #BDA55C;
}
.BgClassName
{
background-color: #BDA55C;
}
</style>
border-color css
<style>
span { border-color: #BDA55C; }
span { border-color: rgb(189,165,92); }
td.TdClassName
{
border-color: #BDA55C;
}
.TagClassName
{
border-color: #BDA55C;
}
</style>