Shades of Laser #BAA368
Tints of Laser #BAA368
RGB
CMYK
RGB Variations
Color information
#BAA368 (or 0xBAA368) is known color: Laser. HEX triplet: BA, A3 and 68. RGB value is (186,163,104). Sum of RGB (Red+Green+Blue) = 186+163+104=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA368 is #455C97. Grayscale: #A3A3A3. Windows color (decimal): -4545688 or 6857658. OLE color: 6857658.
HSL color Cylindrical-coordinate representation of color #BAA368: hue angle of 43.17º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAA368 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 104 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.27 |
| HSL | 43.17º | 0.37% | 0.57% | - |
| HSV(B) | 43.17º | 0.44% | 0.73% | - |
| XYZ | 35.85 | 37.63 | 18.47 | - |
| YUV | 163.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 104 | 0 | 0.12 | 0.44 | 0.27 | 43.17 | 0.37 | 0.57 |
| Hex | BA | A3 | 68 | 0 | C | 2C | 1B | 2B | 25 | 39 |
| Octal | 272 | 243 | 150 | 0 | 14 | 54 | 33 | 53 | 45 | 71 |
| Binary | 10111010 | 10100011 | 1101000 | 0 | 1100 | 101100 | 11011 | 101011 | 100101 | 111001 |
Color Harmonies of #BAA368
Complementary color
Monochromatic Colors of #BAA368
Black with #BAA368
Text Example
Text Example
White with #BAA368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA368; }
p { color: rgb(186,163,104); }
H1.HeaderClassName
{
color: #BAA368;
}
.AnyTagClassName
{
color: #BAA368;
}
</style>
background-color css
<style>
a { background-color: #BAA368; }
a { background-color: rgb(186,163,104); }
div.DivClassName
{
background-color: #BAA368;
}
.BgClassName
{
background-color: #BAA368;
}
</style>
border-color css
<style>
span { border-color: #BAA368; }
span { border-color: rgb(186,163,104); }
td.TdClassName
{
border-color: #BAA368;
}
.TagClassName
{
border-color: #BAA368;
}
</style>