Shades of Tasman #B8C0AD
Tints of Tasman #B8C0AD
RGB
CMYK
RGB Variations
Color information
#B8C0AD (or 0xB8C0AD) is known color: Tasman. HEX triplet: B8, C0 and AD. RGB value is (184,192,173). Sum of RGB (Red+Green+Blue) = 184+192+173=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C0AD is #473F52. Grayscale: #BBBBBB. Windows color (decimal): -4669267 or 11387064. OLE color: 11387064.
HSL color Cylindrical-coordinate representation of color #B8C0AD: hue angle of 85.26º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8C0AD is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 173 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.25 |
| HSL | 85.26º | 0.13% | 0.72% | - |
| HSV(B) | 85.26º | 0.1% | 0.75% | - |
| XYZ | 46.16 | 50.91 | 46.93 | - |
| YUV | 187.44 | 119.85 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 173 | 0.04 | 0 | 0.10 | 0.25 | 85.26 | 0.13 | 0.72 |
| Hex | B8 | C0 | AD | 4 | 0 | A | 19 | 55 | D | 48 |
| Octal | 270 | 300 | 255 | 4 | 0 | 12 | 31 | 125 | 15 | 110 |
| Binary | 10111000 | 11000000 | 10101101 | 100 | 0 | 1010 | 11001 | 1010101 | 1101 | 1001000 |
Color Harmonies of #B8C0AD
Complementary color
Monochromatic Colors of #B8C0AD
Black with #B8C0AD
Text Example
Text Example
White with #B8C0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C0AD; }
p { color: rgb(184,192,173); }
H1.HeaderClassName
{
color: #B8C0AD;
}
.AnyTagClassName
{
color: #B8C0AD;
}
</style>
background-color css
<style>
a { background-color: #B8C0AD; }
a { background-color: rgb(184,192,173); }
div.DivClassName
{
background-color: #B8C0AD;
}
.BgClassName
{
background-color: #B8C0AD;
}
</style>
border-color css
<style>
span { border-color: #B8C0AD; }
span { border-color: rgb(184,192,173); }
td.TdClassName
{
border-color: #B8C0AD;
}
.TagClassName
{
border-color: #B8C0AD;
}
</style>