Shades of Coral Tree #B66B61
Tints of Coral Tree #B66B61
RGB
CMYK
RGB Variations
Color information
#B66B61 (or 0xB66B61) is known color: Coral Tree. HEX triplet: B6, 6B and 61. RGB value is (182,107,97). Sum of RGB (Red+Green+Blue) = 182+107+97=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66B61 is #49949E. Grayscale: #808080. Windows color (decimal): -4822175 or 6384566. OLE color: 6384566.
HSL color Cylindrical-coordinate representation of color #B66B61: hue angle of 7.06º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B66B61 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 107 | 97 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.29 |
| HSL | 7.06º | 0.37% | 0.55% | - |
| HSV(B) | 7.06º | 0.47% | 0.71% | - |
| XYZ | 26.71 | 21.32 | 14.02 | - |
| YUV | 128.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 107 | 97 | 0 | 0.41 | 0.47 | 0.29 | 7.06 | 0.37 | 0.55 |
| Hex | B6 | 6B | 61 | 0 | 29 | 2F | 1D | 7 | 25 | 37 |
| Octal | 266 | 153 | 141 | 0 | 51 | 57 | 35 | 7 | 45 | 67 |
| Binary | 10110110 | 1101011 | 1100001 | 0 | 101001 | 101111 | 11101 | 111 | 100101 | 110111 |
Color Harmonies of #B66B61
Complementary color
Monochromatic Colors of #B66B61
Black with #B66B61
Text Example
Text Example
White with #B66B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66B61; }
p { color: rgb(182,107,97); }
H1.HeaderClassName
{
color: #B66B61;
}
.AnyTagClassName
{
color: #B66B61;
}
</style>
background-color css
<style>
a { background-color: #B66B61; }
a { background-color: rgb(182,107,97); }
div.DivClassName
{
background-color: #B66B61;
}
.BgClassName
{
background-color: #B66B61;
}
</style>
border-color css
<style>
span { border-color: #B66B61; }
span { border-color: rgb(182,107,97); }
td.TdClassName
{
border-color: #B66B61;
}
.TagClassName
{
border-color: #B66B61;
}
</style>