Shades of Tasman #B5C0AA
Tints of Tasman #B5C0AA
RGB
CMYK
RGB Variations
Color information
#B5C0AA (or 0xB5C0AA) is known color: Tasman. HEX triplet: B5, C0 and AA. RGB value is (181,192,170). Sum of RGB (Red+Green+Blue) = 181+192+170=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C0AA is #4A3F55. Grayscale: #BABABA. Windows color (decimal): -4865878 or 11190453. OLE color: 11190453.
HSL color Cylindrical-coordinate representation of color #B5C0AA: hue angle of 90º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5C0AA is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
RGB | 181 | 192 | 170 | - |
CMYK | 0.06 | 0 | 0.11 | 0.25 |
HSL | 90º | 0.15% | 0.71% | - |
HSV(B) | 90º | 0.11% | 0.75% | - |
XYZ | 45.16 | 50.43 | 45.38 | - |
YUV | 186.2 | 118.86 | 124.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 192 | 170 | 0.06 | 0 | 0.11 | 0.25 | 90 | 0.15 | 0.71 |
Hex | B5 | C0 | AA | 6 | 0 | B | 19 | 5A | F | 47 |
Octal | 265 | 300 | 252 | 6 | 0 | 13 | 31 | 132 | 17 | 107 |
Binary | 10110101 | 11000000 | 10101010 | 110 | 0 | 1011 | 11001 | 1011010 | 1111 | 1000111 |
Color Harmonies of #B5C0AA
Complementary color
Monochromatic Colors of #B5C0AA
Black with #B5C0AA
Text Example
Text Example
White with #B5C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C0AA; }
p { color: rgb(181,192,170); }
H1.HeaderClassName
{
color: #B5C0AA;
}
.AnyTagClassName
{
color: #B5C0AA;
}
</style>
background-color css
<style>
a { background-color: #B5C0AA; }
a { background-color: rgb(181,192,170); }
div.DivClassName
{
background-color: #B5C0AA;
}
.BgClassName
{
background-color: #B5C0AA;
}
</style>
border-color css
<style>
span { border-color: #B5C0AA; }
span { border-color: rgb(181,192,170); }
td.TdClassName
{
border-color: #B5C0AA;
}
.TagClassName
{
border-color: #B5C0AA;
}
</style>