Shades of Laser #BDA357
Tints of Laser #BDA357
RGB
CMYK
RGB Variations
Color information
#BDA357 (or 0xBDA357) is known color: Laser. HEX triplet: BD, A3 and 57. RGB value is (189,163,87). Sum of RGB (Red+Green+Blue) = 189+163+87=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 87 (34.38% from 255 or 19.82% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA357 is #425CA8. Grayscale: #A2A2A2. Windows color (decimal): -4349097 or 5743549. OLE color: 5743549.
HSL color Cylindrical-coordinate representation of color #BDA357: hue angle of 44.71º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDA357 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 87 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.26 |
| HSL | 44.71º | 0.44% | 0.54% | - |
| HSV(B) | 44.71º | 0.54% | 0.74% | - |
| XYZ | 35.8 | 37.7 | 14.41 | - |
| YUV | 162.11 | 85.61 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 87 | 0 | 0.14 | 0.54 | 0.26 | 44.71 | 0.44 | 0.54 |
| Hex | BD | A3 | 57 | 0 | E | 36 | 1A | 2D | 2C | 36 |
| Octal | 275 | 243 | 127 | 0 | 16 | 66 | 32 | 55 | 54 | 66 |
| Binary | 10111101 | 10100011 | 1010111 | 0 | 1110 | 110110 | 11010 | 101101 | 101100 | 110110 |
Color Harmonies of #BDA357
Complementary color
Monochromatic Colors of #BDA357
Black with #BDA357
Text Example
Text Example
White with #BDA357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA357; }
p { color: rgb(189,163,87); }
H1.HeaderClassName
{
color: #BDA357;
}
.AnyTagClassName
{
color: #BDA357;
}
</style>
background-color css
<style>
a { background-color: #BDA357; }
a { background-color: rgb(189,163,87); }
div.DivClassName
{
background-color: #BDA357;
}
.BgClassName
{
background-color: #BDA357;
}
</style>
border-color css
<style>
span { border-color: #BDA357; }
span { border-color: rgb(189,163,87); }
td.TdClassName
{
border-color: #BDA357;
}
.TagClassName
{
border-color: #BDA357;
}
</style>