Shades of Laser #BDA365
Tints of Laser #BDA365
RGB
CMYK
RGB Variations
Color information
#BDA365 (or 0xBDA365) is known color: Laser. HEX triplet: BD, A3 and 65. RGB value is (189,163,101). Sum of RGB (Red+Green+Blue) = 189+163+101=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA365 is #425C9A. Grayscale: #A3A3A3. Windows color (decimal): -4349083 or 6661053. OLE color: 6661053.
HSL color Cylindrical-coordinate representation of color #BDA365: hue angle of 42.27º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDA365 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 101 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.26 |
| HSL | 42.27º | 0.4% | 0.57% | - |
| HSV(B) | 42.27º | 0.47% | 0.74% | - |
| XYZ | 36.43 | 37.95 | 17.72 | - |
| YUV | 163.71 | 92.61 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 101 | 0 | 0.14 | 0.47 | 0.26 | 42.27 | 0.4 | 0.57 |
| Hex | BD | A3 | 65 | 0 | E | 2F | 1A | 2A | 28 | 39 |
| Octal | 275 | 243 | 145 | 0 | 16 | 57 | 32 | 52 | 50 | 71 |
| Binary | 10111101 | 10100011 | 1100101 | 0 | 1110 | 101111 | 11010 | 101010 | 101000 | 111001 |
Color Harmonies of #BDA365
Complementary color
Monochromatic Colors of #BDA365
Black with #BDA365
Text Example
Text Example
White with #BDA365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA365; }
p { color: rgb(189,163,101); }
H1.HeaderClassName
{
color: #BDA365;
}
.AnyTagClassName
{
color: #BDA365;
}
</style>
background-color css
<style>
a { background-color: #BDA365; }
a { background-color: rgb(189,163,101); }
div.DivClassName
{
background-color: #BDA365;
}
.BgClassName
{
background-color: #BDA365;
}
</style>
border-color css
<style>
span { border-color: #BDA365; }
span { border-color: rgb(189,163,101); }
td.TdClassName
{
border-color: #BDA365;
}
.TagClassName
{
border-color: #BDA365;
}
</style>