Shades of Laser #B8A062
Tints of Laser #B8A062
RGB
CMYK
RGB Variations
Color information
#B8A062 (or 0xB8A062) is known color: Laser. HEX triplet: B8, A0 and 62. RGB value is (184,160,98). Sum of RGB (Red+Green+Blue) = 184+160+98=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A062 is #475F9D. Grayscale: #A0A0A0. Windows color (decimal): -4677534 or 6463672. OLE color: 6463672.
HSL color Cylindrical-coordinate representation of color #B8A062: hue angle of 43.26º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8A062 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 160 | 98 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.28 |
| HSL | 43.26º | 0.38% | 0.55% | - |
| HSV(B) | 43.26º | 0.47% | 0.72% | - |
| XYZ | 34.54 | 36.21 | 16.72 | - |
| YUV | 160.11 | 92.95 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 160 | 98 | 0 | 0.13 | 0.47 | 0.28 | 43.26 | 0.38 | 0.55 |
| Hex | B8 | A0 | 62 | 0 | D | 2F | 1C | 2B | 26 | 37 |
| Octal | 270 | 240 | 142 | 0 | 15 | 57 | 34 | 53 | 46 | 67 |
| Binary | 10111000 | 10100000 | 1100010 | 0 | 1101 | 101111 | 11100 | 101011 | 100110 | 110111 |
Color Harmonies of #B8A062
Complementary color
Monochromatic Colors of #B8A062
Black with #B8A062
Text Example
Text Example
White with #B8A062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A062; }
p { color: rgb(184,160,98); }
H1.HeaderClassName
{
color: #B8A062;
}
.AnyTagClassName
{
color: #B8A062;
}
</style>
background-color css
<style>
a { background-color: #B8A062; }
a { background-color: rgb(184,160,98); }
div.DivClassName
{
background-color: #B8A062;
}
.BgClassName
{
background-color: #B8A062;
}
</style>
border-color css
<style>
span { border-color: #B8A062; }
span { border-color: rgb(184,160,98); }
td.TdClassName
{
border-color: #B8A062;
}
.TagClassName
{
border-color: #B8A062;
}
</style>